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:31:25 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-22 03:31:25 +0400
commitbb106485c4f3e7cfb1b14e1eadbf60603094f860 (patch)
tree9f86702d9718be01123e9488552e457e3c4882b7 /tests/PHPUnit/travis.sh
parent2a616f481f9705617923aa7ad7b7a909231e3c91 (diff)
Reverting local change that shouldnt be committed
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 eca1579f27..f56c44af95 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:"
- echo `phpunit --group __nogroup__ --testdox`
+ phpunit --group __nogroup__ --testdox
exit 1
else
if [ -n "$TEST_SUITE" ]