Skip to content
Snippets Groups Projects
Commit d14dd982 authored by Thomas Müller's avatar Thomas Müller
Browse files

no external files on windows for now

parent 8c94153d
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment