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

Commitae99aec

Browse files
author
Oleg Gurev
committed
Add LANG LC_CTYPE LC_COLLATE explicitely at test run
1 parent7fd2f07 commitae99aec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ def __init__(self):
5757
test_env=os.environ.copy()
5858
envs_list= [
5959
'LANGUAGE',
60+
'LANG',
6061
'LC_ALL',
62+
'LC_CTYPE',
63+
'LC_COLLATE',
6164
'PGCONNECT_TIMEOUT',
6265
'PGDATA',
6366
'PGDATABASE',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp