Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index f020281bb7d751434151ee4f9f9d4c5ddfd4affc..3c062cc1b5b15f434f7ac5f9d883ecb940397946 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -124,7 +124,10 @@ def RunChromeDriverTests(_): |
"""Run all the steps for running chromedriver tests.""" |
bb_annotations.PrintNamedStep('chromedriver_annotation') |
RunCmd(['chrome/test/chromedriver/run_buildbot_steps.py', |
- '--android-package=%s' % constants.CHROMIUM_TEST_SHELL_PACKAGE]) |
+ '--android-packages=%s,%s,%s' % |
+ (constants.CHROMIUM_TEST_SHELL_PACKAGE, |
+ constants.CHROME_STABLE_PACKAGE, |
+ constants.CHROME_BETA_PACKAGE)]) |
def InstallApk(options, test, print_step=False): |
"""Install an apk to all phones. |