diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-22 10:01:33 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-22 10:01:33 +0200 |
commit | d14dd98211f1b6ab556a90cd93ee410ad3ca8b3e (patch) | |
tree | 5a796d525de5b466443212390ff0add08997f0e1 /autotest.cmd | |
parent | 8c94153d3e2c188f5b26bb6ef6473d0ab54852c0 (diff) | |
download | nextcloud-server-d14dd98211f1b6ab556a90cd93ee410ad3ca8b3e.tar.gz nextcloud-server-d14dd98211f1b6ab556a90cd93ee410ad3ca8b3e.zip |
no external files on windows for now
Diffstat (limited to 'autotest.cmd')
-rw-r--r-- | autotest.cmd | 2 |
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 |