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-21 13:32:51 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-08-21 13:32:51 +0400
commitdae8466077acfb87866e5ca7fb4dce664a5c163b (patch)
tree60df8f8b1ec350142a8bfa896e8b7b892c161b12 /autotest.cmd
parent691db8e26ed067aa1ba848adb6b4039b7c32dc40 (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 969e4a1ff38..d16a08761ac 100644
--- a/autotest.cmd
+++ b/autotest.cmd
@@ -110,6 +110,8 @@ 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 ..."