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 Napoli <matthieu@mnapoli.fr>2015-06-23 14:45:38 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-23 14:45:38 +0300
commit5aa08c6689f94cf5732cbf3efc8db40383afacf8 (patch)
treed5c9fdc29e988cb92dfefcd9c78dcfea7a0cef47 /tests
parent5ba3d057890e1f7822dc7004eca8ed0be5880b46 (diff)
Update build artifacts URL
Diffstat (limited to 'tests')
-rw-r--r--tests/README.screenshots.md2
-rwxr-xr-xtests/travis/travis.sh5
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/README.screenshots.md b/tests/README.screenshots.md
index da3f7fd7a3..68e8b22c6a 100644
--- a/tests/README.screenshots.md
+++ b/tests/README.screenshots.md
@@ -41,7 +41,7 @@ To fix a broken build, follow these steps:
* Push the changes (to your code and/or to the expected-ui-screenshots directory.
* Wait for next Test build [on travis](https://travis-ci.org/piwik/piwik). Hopefully, the build should be green!
-_Note: the **development:sync-ui-test-screenshots** console command can be used to speed up the process. Run **./console help development:sync-ui-test-screenshots** to learn more._
+_Note: the `tests:sync-ui-screenshots` console command can be used to speed up the process. Run `./console tests:sync-ui-screenshots -h` to learn more._
## <a name="run-tests"></a>Running Tests
diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index 2696abe897..c85c6666f1 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -41,12 +41,13 @@ then
echo ""
echo "View UI failures (if any) here:"
echo ""
- echo "http://builds-artifacts.piwik.org/$artifacts_folder/$TRAVIS_JOB_NUMBER/screenshot-diffs/diffviewer.html"
+ echo "http://builds-artifacts.piwik.org/$artifacts_folder/$TRAVIS_JOB_NUMBER/"
+ echo "or: 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 the right directory with the command:"
echo ""
- echo "./console development:sync-ui-test-screenshots $TRAVIS_JOB_NUMBER"
+ echo "./console tests:sync-ui-screenshots $TRAVIS_JOB_NUMBER"
if [ -n "$PLUGIN_NAME" ]
then
echo " --plugin=$PLUGIN_NAME"