aboutsummaryrefslogtreecommitdiffstats
path: root/autotest.cmd
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-09 16:53:57 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-09 16:53:57 +0200
commitb320b08af024949629eb699b1a334e2a47f20cd4 (patch)
treeb81080cb4160988fbce4dd0855cae6515c27f3a5 /autotest.cmd
parent45510f2fe0c393ceee905a5a2227015bf212e6dc (diff)
downloadnextcloud-server-b320b08af024949629eb699b1a334e2a47f20cd4.tar.gz
nextcloud-server-b320b08af024949629eb699b1a334e2a47f20cd4.zip
using phpunit command in order to get the arguments for coverage properly executed
Diffstat (limited to 'autotest.cmd')
-rw-r--r--autotest.cmd2
1 files changed, 1 insertions, 1 deletions
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