From 15d11c6c8660d1593e650a41acaa0f6afd240e1c Mon Sep 17 00:00:00 2001 From: odain Date: Tue, 3 Dec 2019 11:26:35 +0100 Subject: [PATCH] reomve echo that prevented phpunit execution --- .jenkins/bin/tests/phpunit.sh | 6 +++--- test/phpunit.xml.dist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.jenkins/bin/tests/phpunit.sh b/.jenkins/bin/tests/phpunit.sh index 8d5d3d294..319e977c4 100755 --- a/.jenkins/bin/tests/phpunit.sh +++ b/.jenkins/bin/tests/phpunit.sh @@ -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 diff --git a/test/phpunit.xml.dist b/test/phpunit.xml.dist index 0e44c350f..c5d9335c0 100644 --- a/test/phpunit.xml.dist +++ b/test/phpunit.xml.dist @@ -53,9 +53,9 @@ application - + status