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:
authormattab <matthieu.aubry@gmail.com>2014-10-10 15:13:15 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-10 15:13:15 +0400
commit39209ddfdc2e2b408b71d896af977206fcfb8621 (patch)
treeb7ecf3395203b87d83846ed5d5aa8e0bc3f7e224 /tests
parent47732d41d613efe238af354732f1a26136ff645c (diff)
Remove cat log file as t does not work
Diffstat (limited to 'tests')
-rw-r--r--tests/travis/travis-helper.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/travis/travis-helper.sh b/tests/travis/travis-helper.sh
index 58ebc4cd55..bf0e5ce2dd 100644
--- a/tests/travis/travis-helper.sh
+++ b/tests/travis/travis-helper.sh
@@ -27,7 +27,6 @@ echo -e "\n${RED}The command \"$TRAVIS_CMD\" exited with $result.${RESET}"
fi
echo -e "\n${GREEN}Log:${RESET}\n"
- cat $log_file
return $result
}