]> granicus.if.org Git - vim/commitdiff
patch 8.1.2183: running a test is a bit verbose v8.1.2183
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Oct 2019 16:56:58 +0000 (18:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Oct 2019 16:56:58 +0000 (18:56 +0200)
Problem:    Running a test is a bit verbose.
Solution:   Silence some messages. (Daniel Hahler, closes #5070)

src/testdir/Makefile
src/version.c

index bcf2f8c37bc7d2011c619a0471c698f5d98b0a77..d4290f96f0510770052657369f4b4ae47d6cf3d4 100644 (file)
@@ -73,8 +73,8 @@ $(SCRIPTS) $(SCRIPTS_GUI) $(NEW_TESTS_RES): $(SCRIPTS_FIRST)
 #      make test_largefile
 $(NEW_TESTS):
        rm -f $@.res test.log messages
-       $(MAKE) -f Makefile $@.res
-       cat messages
+       @MAKEFLAGS=--no-print-directory $(MAKE) -f Makefile $@.res
+       @cat messages
        @if test -f test.log; then \
                exit 1; \
        fi
index afdc49aeb205fbdb472a4dd912ff7217fa71b3c6..7d61a4f4839f9f61f062e25d6cc3ef1c784a5093 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2183,
 /**/
     2182,
 /**/