Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2050)

Unified Diff: testing/test_env.py

Issue 10825322: Set LANG variable in test_env.py (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test_env.py
diff --git a/testing/test_env.py b/testing/test_env.py
index 1d8bff87af3cea65dffe5e748d450f843edfe7e7..0720fbbdbf726e2900cb8dba5bca272ffcc22a71 100755
--- a/testing/test_env.py
+++ b/testing/test_env.py
@@ -30,7 +30,7 @@ def run_executable(cmd, env):
- Reuses sys.executable automatically.
"""
# Many tests assume a English interface...
- env['LANGUAGE'] = 'en_US.UTF-8'
+ env['LANG'] = 'en_US.UTF-8'
# Used by base/base_paths_linux.cc as an override. Just make sure the default
# logic is used.
env.pop('CR_SOURCE_ROOT', None)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698