Commit: patch 9.1.0712: tests: missing dependency of Test_gettext_makefile

2 views
Skip to first unread message

Christian Brabandt

unread,
Sep 3, 2024, 5:00:11 PM9/3/24
to vim...@googlegroups.com
patch 9.1.0712: tests: missing dependency of Test_gettext_makefile

Commit: https://github.com/vim/vim/commit/3db32d2e7ffb4184c0996c1df6b9c09054074d26
Author: James McCoy <jame...@jamessan.com>
Date: Tue Sep 3 22:50:38 2024 +0200

patch 9.1.0712: tests: missing dependency of Test_gettext_makefile

Problem: tests: missing dependency of Test_gettext_makefile
Solution: Check that xgettext binary is available, else skip the test
(James McCoy)

closes: #15612

Signed-off-by: James McCoy <jame...@jamessan.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/test_gettext_make.vim b/src/testdir/test_gettext_make.vim
index 1242fa43c..860aa2c65 100644
--- a/src/testdir/test_gettext_make.vim
+++ b/src/testdir/test_gettext_make.vim
@@ -18,6 +18,7 @@ func Test_gettext_makefile()
\ .. estdir est_gettext_makefile_in4.vim" test_gettext.pot')
else
" Will it work on macOS?
+ CheckExecutable xgettext
call system("make -f Makefile PLUGPACKAGE=test_gettext
\ PO_PLUG_INPUTLIST=\"../testdir/test_gettext_makefile_in1.vim
\ ../testdir/test_gettext_makefile_in2.vim
diff --git a/src/version.c b/src/version.c
index 9a7a53603..1ba85a9c6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 712,
/**/
711,
/**/
Reply all
Reply to author
Forward
0 new messages