commit e47cdb42684e3af6f23dcd5fad6ae5ace9941833
parent 525a3a90bcbefe1de435662e1cf8025e1afdb25b
Author: James McCoy <jamessan@jamessan.com>
Date: Sat, 26 Feb 2022 19:39:51 -0500
Merge pull request #17535 from dundargoc/test/ci-fold
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git 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.