diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-21 11:49:53 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-21 11:49:53 +0200 |
commit | 5637aca122bb2a4952b8e384bf540b0b12ff293c (patch) | |
tree | 59537c651dc988e6f517a1684a36717b654fb482 /autotest.cmd | |
parent | dae8466077acfb87866e5ca7fb4dce664a5c163b (diff) | |
download | nextcloud-server-5637aca122bb2a4952b8e384bf540b0b12ff293c.tar.gz nextcloud-server-5637aca122bb2a4952b8e384bf540b0b12ff293c.zip |
no external files on windows for now
Diffstat (limited to 'autotest.cmd')
-rw-r--r-- | autotest.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autotest.cmd b/autotest.cmd index d16a08761ac..f0e2b6ba115 100644 --- a/autotest.cmd +++ b/autotest.cmd @@ -110,8 +110,6 @@ goto:eof :: trigger installation php -f index.php - :: no external files on windows for now - php occ app:disable files_external ::test execution echo "Testing with %~1 ..." @@ -119,6 +117,8 @@ goto:eof rmdir /s /q coverage-html-%~1 md coverage-html-%~1 php -f enable_all.php + :: no external files on windows for now + php occ app:disable files_external 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 |