Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 65bc96542545cdd9f97195c11b27958a1c371ca8..947e38c6e14631de8ba59112fc42812593cfe307 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -317,6 +317,7 @@ def Execute(arch, mode, args, options, suites, workspace): |
"system": utils.GuessOS(), |
"isolates": options.isolates, |
"deopt_fuzzer": False, |
+ "no_i18n": options.no_i18n, |
} |
all_tests = [] |
num_tests = 0 |