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-13 16:08:47 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-13 16:08:55 +0400
commitf5027b7c178cfb98919596e5740c072fd382d0e0 (patch)
treebc85a3264c3729feb15982f6e123f4eef5177f26 /tests
parent024af40873e075e5b335b6968f960eee8dec9929 (diff)
Do not redirect diff output to /dev/null to aid in debugging strange failures (in autoupdate travis yml script).
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/autoupdate_travis_yml.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/travis/autoupdate_travis_yml.sh b/tests/travis/autoupdate_travis_yml.sh
index 4e195df359..826bd70097 100755
--- a/tests/travis/autoupdate_travis_yml.sh
+++ b/tests/travis/autoupdate_travis_yml.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+cd #!/bin/bash
if [ "$PLUGIN_NAME" != "" ]; then
cd $PIWIK_ROOT_DIR/plugins/$PLUGIN_NAME
@@ -40,7 +40,7 @@ fi
echo "Diffing generated with existing (located at `pwd`/.travis.yml)..."
-diff .travis.yml $PIWIK_ROOT_DIR/generated.travis.yml > /dev/null
+diff .travis.yml $PIWIK_ROOT_DIR/generated.travis.yml
DIFF_RESULT=$?
echo ""