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 18:32:47 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-11 18:32:47 +0400
commitcf4584b1a00bbeb62c4337db93e96af97adc4322 (patch)
tree341dad008cd60efe89c173f2f427e5662d9d95ad /tests/PHPUnit/travis.sh
parentd075218248175b3bfd5bdfe535ab6aa8d1e2337f (diff)
Allow screenshot tests to specify their own fixture and update UI submodule.
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index c186d9b6fc..224fc5cdc6 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -30,11 +30,9 @@ then
if [ -n "$PLUGIN_NAME" ]
then
- fixture=${FIXTURE_NAME:-OmniFixture}
-
- phantomjs ../lib/screenshot-testing/run-tests.js --use-github-expected --fixture=$fixture $PLUGIN_NAME
+ phantomjs ../lib/screenshot-testing/run-tests.js --use-github-expected --persist-fixture-data $PLUGIN_NAME
else
- phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --use-github-expected
+ phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --persist-fixture-data --use-github-expected
fi
else
if [ -n "$PLUGIN_NAME" ]