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-24 12:13:30 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-24 12:13:30 +0400
commitfaa4f1c35323ccccda751cebfce116fbade80d25 (patch)
tree245e45199d29c3bbda557360d7247ba6e9442dfe /tests/PHPUnit/travis.sh
parentdba4664cd738096603583eb912d604b23f09c345 (diff)
Allow plugin UI tests to have name different than plugin. Added --plugin option to screenshot test runner that filters tests based on their location.
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 b71061c483..f28bdf1239 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -33,7 +33,7 @@ then
if [ -n "$PLUGIN_NAME" ]
then
- phantomjs ../lib/screenshot-testing/run-tests.js --assume-artifacts --persist-fixture-data --screenshot-repo=$TRAVIS_REPO_SLUG $PLUGIN_NAME
+ phantomjs ../lib/screenshot-testing/run-tests.js --assume-artifacts --persist-fixture-data --screenshot-repo=$TRAVIS_REPO_SLUG --plugin=$PLUGIN_NAME
else
phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --persist-fixture-data --assume-artifacts
fi