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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-11 16:42:00 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-11 16:42:00 +0400
commit00202ceebd7adff540a1e471cd0a4070219c7c22 (patch)
tree0918d75882f3a81c372e84218485cd35bc87fbf1 /tests
parenta7b1085874d78eb2c626f0efff0cc30a2f8fad5e (diff)
Add more debug output to autoupdate_travis_yml.sh.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/autoupdate_travis_yml.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/travis/autoupdate_travis_yml.sh b/tests/travis/autoupdate_travis_yml.sh
index 6ce74bbaee..827d16dff1 100755
--- a/tests/travis/autoupdate_travis_yml.sh
+++ b/tests/travis/autoupdate_travis_yml.sh
@@ -8,9 +8,13 @@ if ! $GENERATE_TRAVIS_YML_COMMAND; then
exit 1
fi
-diff .travis.yml generated.travis.yml > /dev/null
+echo "Diffing generated with existing..."
+
+diff .travis.yml generated.travis.yml
DIFF_RESULT=$?
+echo ""
+
if [ "$DIFF_RESULT" -eq "1" ]; then
if [ "$GITHUB_USER_TOKEN" != "" ]; then
cp generated.travis.yml .travis.yml