aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-02-26 19:39:51 -0500
committerGitHub <noreply@github.com>2022-02-26 19:39:51 -0500
commite47cdb42684e3af6f23dcd5fad6ae5ace9941833 (patch)
treee22d1f8bb7ae26353c55bd5f3f065afe0ba5744e
parent525a3a90bcbefe1de435662e1cf8025e1afdb25b (diff)
parent24557a7f63aeff924df745a4393bc397d2bba267 (diff)
downloadrneovim-e47cdb42684e3af6f23dcd5fad6ae5ace9941833.tar.gz
rneovim-e47cdb42684e3af6f23dcd5fad6ae5ace9941833.tar.bz2
rneovim-e47cdb42684e3af6f23dcd5fad6ae5ace9941833.zip
Merge pull request #17535 from dundargoc/test/ci-fold
-rwxr-xr-xsrc/nvim/testdir/runnvim.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/testdir/runnvim.sh b/src/nvim/testdir/runnvim.sh
index fdd3f3144b..72d88f9f93 100755
--- a/src/nvim/testdir/runnvim.sh
+++ b/src/nvim/testdir/runnvim.sh
@@ -65,9 +65,6 @@ main() {(
fi
fi
fi
- if test "$FAILED" = 1 ; then
- ci_fold start "$test_name"
- fi
valgrind_check .
if test -n "$LOG_DIR" ; then
check_sanitizer "$LOG_DIR"
@@ -78,9 +75,6 @@ main() {(
fi
rm -f "$tlog"
if test "$FAILED" = 1 ; then
- ci_fold end ""
- fi
- if test "$FAILED" = 1 ; then
echo "Test $test_name failed, see output above and summary for more details" >> test.log
# When Neovim crashed/aborted it might not have created messages.
# test.log itself is used as an indicator to exit non-zero in the Makefile.