reomve echo that prevented phpunit execution

This commit is contained in:
odain
2019-12-03 11:26:35 +01:00
parent b298a1fa82
commit 15d11c6c86
2 changed files with 5 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ fi
if [ $# -ge 2 -a "x$2" == "xtrue" ]
then
echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity
php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity
else
echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity
#echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --exclude-group OQL --teamcity
#echo php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity
php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --exclude-group OQL --teamcity
fi