From cd02662ba3bc0181fe3a786e5929ac413007b675 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Fri, 7 Aug 2026 11:18:50 -0400 Subject: [PATCH] vim-patch:8.2.1525: messages from tests were not always displayed #41203 Problem: Messages from tests were not always displayed. Solution: Always show messages, the timing is always useful. (Ken Takata, closes vim/vim#6792) https://github.com/vim/vim/commit/6e3aeec8461cf27396b6574b5438019a00684e00 Co-authored-by: Bram Moolenaar --- test/old/testdir/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/old/testdir/Makefile b/test/old/testdir/Makefile index 0172b123aa..8702effeeb 100644 --- a/test/old/testdir/Makefile +++ b/test/old/testdir/Makefile @@ -147,9 +147,7 @@ nolog: RUN_VIMTEST = $(TOOL) $(NVIM_PRG) newtests: newtestssilent - @/bin/sh -c "if test -f messages && grep -q 'FAILED' messages; then \ - cat messages && cat test.log; \ - fi" + @/bin/sh -c "if test -f messages; then cat messages; fi" newtestssilent: $(NEW_TESTS_RES)