aboutsummaryrefslogtreecommitdiff
path: root/ci/common/suite.sh
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-08-28 22:13:34 +0200
committerGitHub <noreply@github.com>2018-08-28 22:13:34 +0200
commitacdede50cebf7d247e55356be828ebaba43c0d3d (patch)
tree271f6fcad0ef4ae10f995517a15b2712bbf293e9 /ci/common/suite.sh
parent5a1c93584fcce86b1e45b7f96ffd93bdc9f80570 (diff)
downloadrneovim-acdede50cebf7d247e55356be828ebaba43c0d3d.tar.gz
rneovim-acdede50cebf7d247e55356be828ebaba43c0d3d.tar.bz2
rneovim-acdede50cebf7d247e55356be828ebaba43c0d3d.zip
test: Dump $NVIM_LOG_FILE contents (#8926)
Do this at the test-framework level instead of CI (Travis) scripts. Then it works for QuickBuild and AppVeyor. ref eb6dd3e42dc38460e8624dc5faef894e21c6aa26
Diffstat (limited to 'ci/common/suite.sh')
-rw-r--r--ci/common/suite.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/common/suite.sh b/ci/common/suite.sh
index d3fbcd1eda..8feb642547 100644
--- a/ci/common/suite.sh
+++ b/ci/common/suite.sh
@@ -39,13 +39,6 @@ enter_suite() {
exit_suite() {
set +x
- if test -f "$NVIM_LOG_FILE" ; then
- printf "===============================================================================\n"
- printf "NVIM_LOG_FILE: $NVIM_LOG_FILE\n"
- cat "$NVIM_LOG_FILE" 2>/dev/null || printf '(empty)'
- printf "\n"
- rm -rf "$NVIM_LOG_FILE"
- fi
travis_fold end "${NVIM_TEST_CURRENT_SUITE}"
if test $FAILED -ne 0 ; then
echo "Suite ${NVIM_TEST_CURRENT_SUITE} failed, summary:"