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-27 09:09:02 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-27 09:09:02 +0400
commitcc7cc1e21760c648d9c1c196c14b70021aed7c2a (patch)
tree1eee9c60f6572b96c56c23ef564dca9aba2ff658 /tests/PHPUnit/travis.sh
parentb2bc0c9cd2184d45899bbfa87aae0b518f8a24ad (diff)
Better travis msg
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 debc9d5e52..b3f7909239 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -4,7 +4,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. "
echo " Please add the @group phpdoc comment to the following tests: <====="
- phpunit --group __nogroup__ --testdox
+ phpunit --group __nogroup__ --testdox | grep "[x]"
exit 1
else
if [ -n "$TEST_SUITE" ]