| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index d023cf1fbaaacab83806a0bdf2b8177e48fe9ef1..65bc96542545cdd9f97195c11b27958a1c371ca8 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -307,7 +307,8 @@ def Execute(arch, mode, args, options, suites, workspace):
|
| mode_flags, options.verbose,
|
| timeout, options.isolates,
|
| options.command_prefix,
|
| - options.extra_flags)
|
| + options.extra_flags,
|
| + options.no_i18n)
|
|
|
| # Find available test suites and read test cases from them.
|
| variables = {
|
|
|