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:
-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 49fda8d35e..befa1dd84d 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -61,7 +61,7 @@ then
else
if [ -n "$PLUGIN_NAME" ]
then
- travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME --coverage-clover $PIWIK_ROOT_DIR/build/logs/clover.xml
+ travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME --coverage-clover $PIWIK_ROOT_DIR/build/logs/clover-$PLUGIN_NAME.xml
else
travis_wait phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
fi