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)

6e3aeec846

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
Jan Edmund Lazo
2026-08-07 11:18:50 -04:00
committed by GitHub
parent 7e53d3ba4d
commit cd02662ba3

View File

@@ -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)