diff --git a/deps/v8z/tools/run-tests.py b/deps/v8z/tools/run-tests.py index 2b2af6bf951..4432c125193 100755 --- a/deps/v8z/tools/run-tests.py +++ b/deps/v8z/tools/run-tests.py @@ -328,6 +328,9 @@ def ProcessOptions(options): global VARIANT_FLAGS global VARIANTS + # Many tests assume an English interface. + os.environ['LANG'] = 'en_US.UTF-8' + # Architecture and mode related stuff. if options.arch_and_mode: options.arch_and_mode = [arch_and_mode.split(".")