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:
authorsgiehl <stefan@piwik.org>2014-08-21 01:25:06 +0400
committersgiehl <stefan@piwik.org>2014-08-21 01:25:06 +0400
commita3b4798c4ea0d85cc05ff737d9254b5e92713912 (patch)
tree8a09439e7ccf8dbc0e61b2b77bead9a1e35924f2 /tests/travis
parent4c7e446dedf7ca070cc70789ae629416f016baee (diff)
parent9717f78bcd73aca1f58a7744307c6e34a188c044 (diff)
Merge branch 'master' into codecoverage
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 2d1d9ebac1..fa783472dc 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