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

Commit40aa655

Browse files
authored
set default test locale to en (#107)
1 parenta078792 commit40aa655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def __init__(self):
5252
parts[0]=re.match(r'\d+',parts[0]).group()
5353
self.pg_config_version=reduce(lambdav,x:v*100+int(x),parts,0)
5454

55+
os.environ['LANGUAGE']='en'# set default locale language to en. All messages will use this locale
5556
test_env=os.environ.copy()
5657
envs_list= [
5758
'LANGUAGE',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp