]> source.dussan.org Git - nextcloud-server.git/commitdiff
no external files on windows for now
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 21 Aug 2014 09:32:51 +0000 (11:32 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 21 Aug 2014 09:32:51 +0000 (11:32 +0200)
autotest.cmd

index 969e4a1ff38322aac3e33ae40bcebfea2111d713..d16a08761ac8bfd543a7485f229adb700cfccb82 100644 (file)
@@ -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 ..."