cleanup report folder

This commit is contained in:
Thomas Mueller 2012-10-18 23:36:03 +02:00
parent 7be661872f
commit c8d436c43d

View file

@ -86,7 +86,7 @@ function execute_tests {
#test execution #test execution
echo "Testing with $1 ..." echo "Testing with $1 ..."
cd tests cd tests
#php -f index.php -- xml $1 > autotest-results-$1.xml rm -rf coverage-html-$1
mkdir coverage-html-$1 mkdir coverage-html-$1
phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1 phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1
} }
@ -95,8 +95,8 @@ function execute_tests {
# start test execution # start test execution
# #
execute_tests "sqlite" execute_tests "sqlite"
#execute_tests 'mysql' execute_tests 'mysql'
#execute_tests 'pgsql' execute_tests 'pgsql'
# #
# NOTES on mysql: # NOTES on mysql: