Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
Merge commit '98099924361d740d06ae5b59329c76113bf8272d' into v4.5.0-p…
Browse files Browse the repository at this point in the history
…roposal-port
  • Loading branch information
richardlau committed Jul 14, 2016
2 parents f205f39 + 9809992 commit 2e381f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/v8/tools/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,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(".")
Expand Down

0 comments on commit 2e381f5

Please sign in to comment.