From d14dd98211f1b6ab556a90cd93ee410ad3ca8b3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Fri, 22 Aug 2014 10:01:33 +0200 Subject: [PATCH] no external files on windows for now --- autotest.cmd | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5