summaryrefslogtreecommitdiffstats
path: root/autotest.cmd
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-09 17:10:40 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-09 17:10:40 +0200
commit01810ec69ad713955bcb72a4efdccbf4712f4aba (patch)
tree36313501cd6b9f83ae62b61a8fc58220217882d8 /autotest.cmd
parent44ece73c232a2bf297f3f285086c7b647c276a4f (diff)
downloadnextcloud-server-01810ec69ad713955bcb72a4efdccbf4712f4aba.tar.gz
nextcloud-server-01810ec69ad713955bcb72a4efdccbf4712f4aba.zip
adding missing call to make it work properly
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 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