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:48:51 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-27 00:48:51 +0300
commitae32cab0b5c81ba84858f99811b74c9a18b984a6 (patch)
tree13e8692931581932250edadb163df0659e1f7a99 /test
parent3677f2c9cd01434b3799bd3d5d5722a27160b9ab (diff)
Revert "Remove skipped tests from junit.xml report"
This reverts commit 3677f2c9cd01434b3799bd3d5d5722a27160b9ab. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/ci-test2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ci-test b/test/ci-test
index 21e5637009..1bd4497897 100755
--- a/test/ci-test
+++ b/test/ci-test
@@ -10,5 +10,3 @@ case "$TRAVIS_PHP_VERSION" in
esac
./vendor/bin/phpunit --configuration $CONFIG --exclude-group selenium
-
-sed -i -e 's/<skipped\/>//g' "build/logs/junit.xml"