summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_dos.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-26 22:29:57 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-26 22:29:57 +0200
commit6e3aeec8461cf27396b6574b5438019a00684e00 (patch)
treeec3fb8843aeea30de214310d914c424ac6ddfc76 /src/testdir/Make_dos.mak
parent2e0866128b6266829a7f38733d5188bc4ec68745 (diff)
patch 8.2.1525: messages from tests were not always displayedv8.2.1525
Problem: Messages from tests were not always displayed. Solution: Always show messages, the timing is always useful. (Ken Takata, closes #6792)
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r--src/testdir/Make_dos.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak
index ba728df9eb..89563848ec 100644
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -117,7 +117,7 @@ $(TEST_OUTFILES): $(DOSTMP)\$(*B).in
# Limitation: Only works with the +eval feature.
newtests: newtestssilent
- @if exist messages (findstr "SKIPPED FAILED" messages > nul) && type messages
+ @if exist messages type messages
newtestssilent: $(NEW_TESTS_RES)