summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-06-22 22:38:54 +0100
committerBram Moolenaar <Bram@vim.org>2023-06-22 22:38:54 +0100
commit031d6321885c15c054d28e3a434de743c1b3193d (patch)
tree706de85ed452ef5dc64a32e3a089e5b700705534 /runtime/syntax/Makefile
parent1aa5f1c21fea60fe64cdcdf6990bf43ea5cc78a0 (diff)
patch 9.0.1648: result of syntax tests is hard to seev9.0.1648
Problem: Result of syntax tests is hard to see. Solution: List the failed tests.
Diffstat (limited to 'runtime/syntax/Makefile')
-rw-r--r--runtime/syntax/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/Makefile b/runtime/syntax/Makefile
index 08bc824fc1..a52c7d616e 100644
--- a/runtime/syntax/Makefile
+++ b/runtime/syntax/Makefile
@@ -26,7 +26,7 @@ test:
@echo "../$(VIMPROG)" > testdir/vimcmd
@echo "$(RUN_VIMTEST)" >> testdir/vimcmd
VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term $(DEBUGLOG) -u testdir/runtest.vim
- @tail -n 5 testdir/messages
+ @tail -n 6 testdir/messages
clean testclean: