Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-08-22 12:01:33 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-08-22 12:01:33 +0400
commitd14dd98211f1b6ab556a90cd93ee410ad3ca8b3e (patch)
tree5a796d525de5b466443212390ff0add08997f0e1 /autotest.cmd
parent8c94153d3e2c188f5b26bb6ef6473d0ab54852c0 (diff)
no external files on windows for now
Diffstat (limited to 'autotest.cmd')
-rw-r--r--autotest.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/autotest.cmd b/autotest.cmd
index f0e2b6ba115..5f1b1ae3a1d 100644
--- a/autotest.cmd
+++ b/autotest.cmd
@@ -118,7 +118,9 @@ goto:eof
md coverage-html-%~1
php -f enable_all.php
:: no external files on windows for now
+ cd ..
php occ app:disable files_external
+ cd tests
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