Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit877bf52

Browse files
committed
test_extensions: make meson.build consistent with Makefile.
Specify --no-locale and --encoding=UTF8 to be consistent with theMakefile, which specifies NO_LOCALE=1. Fixes test for some localeswhen meson is used and ICU is disabled. May have been an oversight ine692727.Also switch argument order in unaccent/meson.build to make itconsistent in style.Discussion:https://postgr.es/m/CABwTF4Wz41pNMJ9q3tpH=6mnvg6aopDU5Lzvers5=6=WJVekww@mail.gmail.comAuthor: Gurjeet SinghAuthor: Jeff Davis
1 parent68cb5af commit877bf52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎contrib/unaccent/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ tests += {
3737
'sql': [
3838
'unaccent',
3939
],
40-
'regress_args': ['--encoding=UTF8','--no-locale'],
40+
'regress_args': ['--no-locale','--encoding=UTF8'],
4141
},
4242
}

‎src/test/modules/test_extensions/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ tests += {
4747
'test_extensions',
4848
'test_extdepend',
4949
],
50+
'regress_args': ['--no-locale','--encoding=UTF8'],
5051
},
5152
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp