ソースを参照

no external files on windows for now

tags/v8.0.0alpha1
Thomas Müller 10年前
コミット
5637aca122
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      autotest.cmd

+ 2
- 2
autotest.cmd ファイルの表示

@@ -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


読み込み中…
キャンセル
保存