no external files on windows for now
This commit is contained in:
parent
8c94153d3e
commit
d14dd98211
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue