Skip to content
Snippets Groups Projects
Commit 01810ec6 authored by Thomas Müller's avatar Thomas Müller
Browse files

adding missing call to make it work properly

parent 44ece73c
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ goto:eof ...@@ -119,7 +119,7 @@ goto:eof
md coverage-html-%~1 md coverage-html-%~1
php -f enable_all.php 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 ..." echo "Done with testing %~1 ..."
cd %BASEDIR% cd %BASEDIR%
goto:eof goto:eof
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment