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

Commit8793c60

Browse files
committed
Initialize data directories with --lc-messages=C for tests.
Commitdb6d989 changed them to be initialized with --no-locale, butthat reduced the test coverage for non-C locales.Discussion:https://postgr.es/m/0d47e5ecc037b3908149aad5f2a987793cf938bd.camel%40j-davis.com
1 parentffc6ab9 commit8793c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@ sys.exit(sp.returncode)
31153115
''',
31163116
test_initdb_template,
31173117
temp_install_bindir/'initdb',
3118-
'--auth','trust','--no-sync','--no-instructions','--no-locale',
3118+
'--auth','trust','--no-sync','--no-instructions','--lc-messages=C',
31193119
'--no-clean'
31203120
],
31213121
priority: setup_tests_priority-1,

‎src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ ifeq ($(MAKELEVEL),0)
423423
$(MAKE) -C '$(top_builddir)' DESTDIR='$(abs_top_builddir)'/tmp_install install >'$(abs_top_builddir)'/tmp_install/log/install.log 2>&1
424424
$(MAKE) -j1 $(if $(CHECKPREP_TOP),-C $(CHECKPREP_TOP),) checkprep >>'$(abs_top_builddir)'/tmp_install/log/install.log 2>&1
425425

426-
$(with_temp_install) initdb --auth trust --no-sync --no-instructions --no-locale --no-clean '$(abs_top_builddir)'/tmp_install/initdb-template >>'$(abs_top_builddir)'/tmp_install/log/initdb-template.log 2>&1
426+
$(with_temp_install) initdb --auth trust --no-sync --no-instructions --lc-messages=C --no-clean '$(abs_top_builddir)'/tmp_install/initdb-template >>'$(abs_top_builddir)'/tmp_install/log/initdb-template.log 2>&1
427427
endif
428428
endif
429429
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp