]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0625: tests: test output all translated messages for all translations v9.1.0625
authorChristian Brabandt <cb@256bit.org>
Fri, 26 Jul 2024 17:21:03 +0000 (19:21 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 26 Jul 2024 17:21:03 +0000 (19:21 +0200)
Problem:  tests: test output all translated messages for all
          translations
Solution: Redirect the output of check.vim to /dev/null, it's not that
          useful.

closes: #15354

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/Makefile
src/version.c

index f23c6d66f4d4a0ba4b6bb6981101d25854c79187..df9a0405c60132c2592db243bbb2a2bcef2165d7 100644 (file)
@@ -41,7 +41,7 @@ converted: $(MOCONVERTED)
 
 .po.ck:
        $(VIMPROG) -u NONE --noplugins -e -s -X --cmd "set enc=utf-8" \
-               -S check.vim -c "if error == 0 | q | else | num 2 | cq | endif" $<
+               -S check.vim -c "if error == 0 | q | else | num 2 | cq | endif" $< >/dev/null
        touch $@
 
 check: $(CHECKFILES)
index 0dadd19b10913c3e02b60d61ba99a85a57f788aa..a7b25391f20c9decc3f393a38c83216e5c876fe0 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    625,
 /**/
     624,
 /**/