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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-20 09:14:53 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-20 09:14:53 +0400
commit29a6f6833d9428d00fa3a1acfba4c40f054e2637 (patch)
tree1c6e8253cc1fbdf989c1b20f65c2ff33bbbdc67d /tests/travis
parent75b284c8f6fdbe7f69782c693a8849892e434da3 (diff)
Update CustomAlerts submodule and tweak text of travis.sh no group check's error message.
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index b3d0a7f375..8ec3365702 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -12,7 +12,7 @@ if [ "$TEST_SUITE" != "UITests" ] && [ "$TEST_SUITE" != "AngularJSTests" ]
then
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 "=====> There are some tests functions which do not have a @group set or have no tests. "
echo " Please add the @group phpdoc comment to the following tests: <====="
phpunit --group __nogroup__ --testdox | grep "[x]"
exit 1