mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Generate a locale-agnostic initdb template
Fixup for 252dcb3239
.
Without this, the "template" data directory created in the initial test
steps uses a non-C locale, upsetting numerous tests that rely on parsing
English error messages.
Discussion: https://postgr.es/m/CAFj8pRB=XVWC0orWu0FbjrmyOpAMLqJiau80YyQOYQPfMj8Xxw@mail.gmail.com
This commit is contained in:
@ -3107,7 +3107,7 @@ sys.exit(sp.returncode)
|
||||
''',
|
||||
test_initdb_template,
|
||||
temp_install_bindir / 'initdb',
|
||||
'-A', 'trust', '-N', '--no-instructions'
|
||||
'-A', 'trust', '-N', '--no-instructions', '--no-locale'
|
||||
],
|
||||
priority: setup_tests_priority - 1,
|
||||
timeout: 300,
|
||||
|
Reference in New Issue
Block a user