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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-10-22 03:25:12 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-22 03:25:12 +0400
commit2a616f481f9705617923aa7ad7b7a909231e3c91 (patch)
tree9c881366949c8fb376bd6f3e43c4d04280278fef /tests/PHPUnit/travis.sh
parentd97c3f7394c1583e791ed2fac2b7e1fa9edec4d8 (diff)
Making travis output useful
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index f56c44af95..eca1579f27 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -3,7 +3,7 @@
if [ `phpunit --group __nogroup__ | grep "No tests executed" | wc -l` -ne 1 ]
then
echo "There are some tests functions which do not have a @group set. Please add the @group phpdoc comment to these tests:"
- phpunit --group __nogroup__ --testdox
+ echo `phpunit --group __nogroup__ --testdox`
exit 1
else
if [ -n "$TEST_SUITE" ]