From: Thomas Müller Date: Wed, 9 Oct 2013 14:53:57 +0000 (+0200) Subject: using phpunit command in order to get the arguments for coverage properly executed X-Git-Tag: v6.0.0beta2~97^2~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b320b08af024949629eb699b1a334e2a47f20cd4;p=nextcloud-server.git using phpunit command in order to get the arguments for coverage properly executed --- diff --git a/autotest.cmd b/autotest.cmd index a511faef9c6..e3c5b2e70da 100644 --- a/autotest.cmd +++ b/autotest.cmd @@ -119,7 +119,7 @@ goto:eof md coverage-html-%~1 php -f enable_all.php - php win32-phpunit.php --bootstrap bootstrap.php --configuration phpunit-autotest.xml --log-junit autotest-results-%~1.xml --coverage-clover autotest-clover-%~1.xml --coverage-html coverage-html-%~1 + 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