]> source.dussan.org Git - nextcloud-server.git/commitdiff
using phpunit command in order to get the arguments for coverage properly executed
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 9 Oct 2013 14:53:57 +0000 (16:53 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 9 Oct 2013 14:53:57 +0000 (16:53 +0200)
autotest.cmd

index a511faef9c603b81cb3980900fff70e82d5053a6..e3c5b2e70da8296f8e0ecd4c460cccb4e1c7cb74 100644 (file)
@@ -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