mirror of
https://github.com/neovim/neovim.git
synced 2026-08-14 03:04:54 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user