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 16:31:19 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-11 16:31:41 +0400
commite224fd2fdf4b566656995324d9bffe43a9001042 (patch)
tree9dd8b7ce63e8b6dbc4487159c4dbec08c99ff308 /tests/PHPUnit/travis.sh
parent29421c3ae012fd327feaa15b9c23221173725f83 (diff)
Tweak artifacts upload directory link for plugins.
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index de8cf07e87..c186d9b6fc 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -18,7 +18,7 @@ then
then
if [ -n "$PLUGIN_NAME" ]
then
- artifacts_folder="ui-tests.master.$PLUGIN_NAME"
+ artifacts_folder="protected/ui-tests.master.$PLUGIN_NAME"
else
artifacts_folder="ui-tests.master"
fi
@@ -30,7 +30,7 @@ then
if [ -n "$PLUGIN_NAME" ]
then
- fixture=${PLUGIN_NAME:-OmniFixture}
+ fixture=${FIXTURE_NAME:-OmniFixture}
phantomjs ../lib/screenshot-testing/run-tests.js --use-github-expected --fixture=$fixture $PLUGIN_NAME
else