mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
using phpunit command in order to get the arguments for coverage properly executed
This commit is contained in:
parent
45510f2fe0
commit
b320b08af0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue