[test] Fix bot_default config for noi18n.

Fix after https://codereview.chromium.org/1413023002/

BUG=chromium:535160
LOG=n
NOTRY=true
TBR=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/1411973003

Cr-Commit-Position: refs/heads/master@{#31376}
This commit is contained in:
machenbach 2015-10-19 06:26:01 -07:00 committed by Commit bot
parent 6367c0798e
commit 333bf86ccb

View File

@ -479,6 +479,7 @@ def ProcessOptions(options):
if not CheckTestMode("pass|fail test", options.pass_fail_tests):
return False
if options.no_i18n:
TEST_MAP["bot_default"].remove("intl")
TEST_MAP["default"].remove("intl")
return True