From: Thomas Müller Date: Wed, 9 Oct 2013 15:10:40 +0000 (+0200) Subject: adding missing call to make it work properly X-Git-Tag: v6.0.0beta2~97^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=01810ec69ad713955bcb72a4efdccbf4712f4aba;p=nextcloud-server.git adding missing call to make it work properly --- diff --git a/autotest.cmd b/autotest.cmd index e3c5b2e70da..9d94915383d 100644 --- a/autotest.cmd +++ b/autotest.cmd @@ -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