From 79157c465af1e12aba1e1d926b0c0b865859a78c Mon Sep 17 00:00:00 2001 From: bruno DA SILVA Date: Fri, 7 Sep 2018 14:52:22 +0200 Subject: [PATCH] [WIP] jenkinsfile integration --- .jenkins/bin/tests/phpunit.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.jenkins/bin/tests/phpunit.sh b/.jenkins/bin/tests/phpunit.sh index 4371d9e431..3c327f6c9c 100755 --- a/.jenkins/bin/tests/phpunit.sh +++ b/.jenkins/bin/tests/phpunit.sh @@ -1,10 +1,8 @@ #!/usr/bin/env bash - set -x cd test - export DEBUG_UNIT_TEST="0" php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity \ No newline at end of file