Initialize data directories with --lc-messages=C for tests.
Commit db6d9891e8
changed them to be initialized with --no-locale, but
that reduced the test coverage for non-C locales.
Discussion: https://postgr.es/m/0d47e5ecc037b3908149aad5f2a987793cf938bd.camel%40j-davis.com
This commit is contained in:
parent
ffc6ab9b56
commit
8793c60051
2 changed files with 2 additions and 2 deletions
|
@ -3115,7 +3115,7 @@ sys.exit(sp.returncode)
|
|||
''',
|
||||
test_initdb_template,
|
||||
temp_install_bindir / 'initdb',
|
||||
'--auth', 'trust', '--no-sync', '--no-instructions', '--no-locale',
|
||||
'--auth', 'trust', '--no-sync', '--no-instructions', '--lc-messages=C',
|
||||
'--no-clean'
|
||||
],
|
||||
priority: setup_tests_priority - 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue