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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-20 07:53:49 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-20 07:53:49 +0400
commit239ec18628518ddbf6fa93eb9f8179459cf2e214 (patch)
tree88b1e5120c69e2406bf23d6fe094398902b63767 /tests/PHPUnit/travis.sh
parent1c38c8fc428880304f5cbaa415ffa08cc8b13696 (diff)
Make diffviewer echo more informative. [ci skip]
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index 6e04e47ecc..760fa1bd29 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -9,7 +9,8 @@ else
if [ "$TEST_DIR" = "UI" ]
then
echo ""
- echo "View UI failures (if any) here http://builds-artifacts.piwik.org/ui-tests.master/$TRAVIS_JOB_NUMBER/screenshot-diffs/diffviewer.html"
+ echo "View UI failures (if any) here http://builds-artifacts.piwik.org/ui-tests.master/$TRAVIS_JOB_NUMBER/screenshot-diffs/diffviewer.html."
+ echo "If the new screenshots are valid, then you can copy them over to tests/PHPUnit/UI/expected-ui-screenshots/."
echo ""
fi