Browse Source

disable echo off

tags/v6.0.0beta2
Thomas Müller 10 years ago
parent
commit
b0980b62ac
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      autotest.cmd

+ 1
- 1
autotest.cmd View File

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


set DATADIR=data-autotest set DATADIR=data-autotest
set BASEDIR=%~dp0 set BASEDIR=%~dp0
php -f enable_all.php 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 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 ..." echo "Done with testing %~1 ..."
cd %BASEDIR% cd %BASEDIR%
goto:eof goto:eof

Loading…
Cancel
Save