diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-21 11:32:51 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-21 11:32:51 +0200 |
commit | dae8466077acfb87866e5ca7fb4dce664a5c163b (patch) | |
tree | 60df8f8b1ec350142a8bfa896e8b7b892c161b12 /autotest.cmd | |
parent | 691db8e26ed067aa1ba848adb6b4039b7c32dc40 (diff) | |
download | nextcloud-server-dae8466077acfb87866e5ca7fb4dce664a5c163b.tar.gz nextcloud-server-dae8466077acfb87866e5ca7fb4dce664a5c163b.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 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 ..." |