neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 24557a7f63aeff924df745a4393bc397d2bba267
parent 525a3a90bcbefe1de435662e1cf8025e1afdb25b
Author: Dundar Göc <gocdundar@gmail.com>
Date:   Sat, 26 Feb 2022 23:36:55 +0100

test(ci): remove non-existent ci-fold from tests

Diffstat:
Msrc/nvim/testdir/runnvim.sh | 6------
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.