瀏覽代碼

disable echo off

tags/v6.0.0beta2
Thomas Müller 10 年之前
父節點
當前提交
b0980b62ac
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      autotest.cmd

+ 1
- 1
autotest.cmd 查看文件

@@ -6,7 +6,6 @@
::
:: @copyright 2012, 2013 Thomas Müller thomas.mueller@tmit.eu
::
@echo off

set DATADIR=data-autotest
set BASEDIR=%~dp0
@@ -120,6 +119,7 @@ goto:eof
php -f enable_all.php

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

echo "Done with testing %~1 ..."
cd %BASEDIR%
goto:eof

Loading…
取消
儲存