Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-27 00:20:58 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-27 00:20:58 +0300
commit3677f2c9cd01434b3799bd3d5d5722a27160b9ab (patch)
tree97dfd8a3074434e73c8bc0c033f8573a6a04ca45 /test
parent020c4d790d30a34951cac56f5f023bbff8cf9123 (diff)
Remove skipped tests from junit.xml report
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/ci-test2
1 files changed, 2 insertions, 0 deletions
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/<skipped\/>//g' "build/logs/junit.xml"