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
path: root/tests
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2015-03-16 06:04:47 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-16 06:04:47 +0300
commitbc961a9cd0cf44528a0205c56a97043271d35840 (patch)
tree43bc747a41c099f7e87de130dd07955eeac9183a /tests
parentca2f0d3047cee0e084bf02d1e6bae4761eb7c3c0 (diff)
parent2138eacaa6090b01e63baae996fbeb6caaba4060 (diff)
Merge pull request #7419 from piwik/7393_sync_ui_screenshots_plugins
Ability to sync UI screenshots for Plugins including premium plugins
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/travis.sh14
1 files changed, 9 insertions, 5 deletions
diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index fcdcbfff1c..5c3d16538b 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -43,14 +43,18 @@ then
echo ""
echo "http://builds-artifacts.piwik.org/$artifacts_folder/$TRAVIS_JOB_NUMBER/screenshot-diffs/diffviewer.html"
echo ""
- echo "If the new screenshots are valid, then you can copy them over to tests/UI/expected-ui-screenshots/"
+ echo "If the new screenshots are valid, then you can copy them over to the right directory with the command:"
+ echo ""
+ echo "./console development:sync-ui-test-screenshots $TRAVIS_JOB_NUMBER"
if [ -n "$PLUGIN_NAME" ]
then
- echo " with command:"
- echo ""
- echo "./console development:sync-ui-test-screenshots $TRAVIS_JOB_NUMBER"
- echo ""
+ echo " --plugin=$PLUGIN_NAME"
+
+ if [ "$UNPROTECTED_ARTIFACTS" = "" ];
+ then
+ echo " --http-user=... --http-password=..."
+ fi
fi
if [ -n "$PLUGIN_NAME" ]