adding missing call to make it work properly

This commit is contained in:
Thomas Müller 2013-10-09 17:10:40 +02:00
parent 44ece73c23
commit 01810ec69a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ goto:eof
md coverage-html-%~1
php -f enable_all.php
phpunit --bootstrap bootstrap.php --configuration phpunit-autotest.xml --log-junit autotest-results-%~1.xml --coverage-clover autotest-clover-%~1.xml --coverage-html coverage-html-%~1
call phpunit --bootstrap bootstrap.php --configuration phpunit-autotest.xml --log-junit autotest-results-%~1.xml --coverage-clover autotest-clover-%~1.xml --coverage-html coverage-html-%~1
echo "Done with testing %~1 ..."
cd %BASEDIR%
goto:eof