Index: chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py |
diff --git a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py |
index b21e2bc30236cc7c89b72260e3fac181f4ed539c..d59a40f3b4df6d47a1d6c13da006874b827d9819 100755 |
--- a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py |
+++ b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py |
@@ -217,16 +217,14 @@ def BuildAndTest(options): |
# Run nacl/chrome integration tests. |
# Note that we have to add nacl_irt_test to --mode in order to get |
- # inbrowser_test_runner to run. |
- # TODO(mseaborn): Change it so that inbrowser_test_runner is not a |
- # special case. |
+ # the "_irt" variant of "chrome_browser_tests" to run. |
cmd = scons + ['--verbose', '-k', 'platform=x86-%d' % bits, |
'--mode=opt-host,nacl,nacl_irt_test', |
'chrome_browser_path=%s' % chrome_filename, |
] |
if not options.integration_bot and not options.morenacl_bot: |
cmd.append('disable_flaky_tests=1') |
- cmd.append('chrome_browser_tests') |
+ cmd.append('chrome_browser_tests_irt') |
# Download the toolchain(s). |
if options.enable_pnacl: |