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-03-11 22:40:26 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-11 22:40:26 +0400
commita27ea70873757e2306811b44db1759cf5657f017 (patch)
treef6bc1ba36e220fd9f949ab73ddc803cc91f88064 /tests/PHPUnit/travis.sh
parentc1cc4ab2eefdef325c1c8bb21782a9edd3420324 (diff)
Fix last commit (forgout --group).
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 f4605f71b6..c9f4892459 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -37,7 +37,7 @@ then
else
if [ -n "$PLUGIN_NAME" ]
then
- phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE $PLUGIN_NAME
+ phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME
else
phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
fi