From 071ae83a840d31368e1860a740e7600ebebc46ff Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Mon, 17 Mar 2014 16:59:30 +1300 Subject: [PATCH] Add --testdox to see which test crashes on Travis --- tests/PHPUnit/travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh index c9f4892459..7d01647c52 100755 --- a/tests/PHPUnit/travis.sh +++ b/tests/PHPUnit/travis.sh @@ -37,9 +37,9 @@ then else if [ -n "$PLUGIN_NAME" ] then - phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME + phpunit --testdox --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME else - phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors + phpunit --testdox --configuration phpunit.xml --testsuite $TEST_SUITE --colors fi fi else -- GitLab