mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 9.1.0625: tests: test output all translated messages for all translations
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>
This commit is contained in:
parent
70a11a6bf6
commit
6ed8ae837b
@ -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)
|
||||
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
625,
|
||||
/**/
|
||||
624,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user