]> 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:49:53 +0000 (11:49 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 21 Aug 2014 09:49:53 +0000 (11:49 +0200)
autotest.cmd

index d16a08761ac8bfd543a7485f229adb700cfccb82..f0e2b6ba1159ef769f3d87192e995f8556e40f9c 100644 (file)
@@ -110,8 +110,6 @@ 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 ..."
@@ -119,6 +117,8 @@ goto:eof
        rmdir /s /q coverage-html-%~1
        md coverage-html-%~1
        php -f enable_all.php
+        :: no external files on windows for now
+        php occ app:disable files_external
 
        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