aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-26 23:36:55 +0100
committerDundar Göc <gocdundar@gmail.com>2022-02-27 01:02:58 +0100
commit24557a7f63aeff924df745a4393bc397d2bba267 (patch)
treee22d1f8bb7ae26353c55bd5f3f065afe0ba5744e
parent525a3a90bcbefe1de435662e1cf8025e1afdb25b (diff)
downloadrneovim-24557a7f63aeff924df745a4393bc397d2bba267.tar.gz
rneovim-24557a7f63aeff924df745a4393bc397d2bba267.tar.bz2
rneovim-24557a7f63aeff924df745a4393bc397d2bba267.zip
test(ci): remove non-existent ci-fold from tests
-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.