Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index e2b0a48971e0afef5b2f4ad613ac22de8bc7e25f..ad8781e5156b5cb0813396ad03ccdc06dc4d8f33 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -103,8 +103,8 @@ def GetBotStepMap(): |
# Other waterfalls |
B('asan-builder-tests', compile_step + ['bb_asan_tests_setup'], |
T(std_tests, ['--asan']), {'extra_gyp_defines': 'asan=1'}), |
- B('chromedriver-fyi-tests-dbg', std_test_steps, T(['chromedriver']), |
- None), |
+ B('chromedriver-fyi-tests-dbg', std_test_steps, |
+ T(['chromedriver'], ['--install=ChromiumTestShell']), None), |
B('fyi-builder-dbg', |
['bb_check_webview_licenses', 'bb_compile', 'bb_compile_experimental', |
'bb_run_findbugs', 'bb_zip_build'], None, None), |