summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_ming.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_ming.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_ming.mak')
-rw-r--r--src/testdir/Make_ming.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak
index 00c9e1087a..f9dcfc86e0 100644
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -129,7 +129,7 @@ $(DOSTMP)/%.in : %.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)