Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ae99aec

Browse files
author
Oleg Gurev
committed
Add LANG LC_CTYPE LC_COLLATE explicitely at test run
1 parent 7fd2f07 commit ae99aec

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

+3
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)