From 3677f2c9cd01434b3799bd3d5d5722a27160b9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 26 Apr 2018 18:20:58 -0300 Subject: [PATCH] Remove skipped tests from junit.xml report MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- test/ci-test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ci-test b/test/ci-test index 1bd4497897..21e5637009 100755 --- a/test/ci-test +++ b/test/ci-test @@ -10,3 +10,5 @@ case "$TRAVIS_PHP_VERSION" in esac ./vendor/bin/phpunit --configuration $CONFIG --exclude-group selenium + +sed -i -e 's///g' "build/logs/junit.xml"