Skip to content

Commit

Permalink
[chromedriver] Install ChromePublic on Android bot.
Browse files Browse the repository at this point in the history
BUG=chromedriver:1219

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

Cr-Commit-Position: refs/heads/master@{#349169}
  • Loading branch information
samuong authored and Commit bot committed Sep 16, 2015
1 parent b42dfda commit d76aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/buildbot/bb_run_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def GetBotStepMap():
B('blink-try-builder', H(compile_step)),
B('chromedriver-fyi-tests-dbg', H(std_test_steps),
T(['chromedriver'],
['--install=ChromeDriverWebViewShell',
['--install=ChromePublic', '--install=ChromeDriverWebViewShell',
'--skip-wipe', '--disable-location', '--cleanup'])),
B('fyi-x86-builder-dbg',
H(compile_step + std_host_tests, experimental, target_arch='ia32')),
Expand Down

0 comments on commit d76aaf9

Please sign in to comment.