Chromium Code Reviews| 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 a53bb563035ed50166385d276c627177c8dcbb32..c3c344bf54ff9953866a233ed346ba87e53cad59 100755 |
| --- a/build/android/buildbot/bb_device_steps.py |
| +++ b/build/android/buildbot/bb_device_steps.py |
| @@ -218,7 +218,7 @@ def RunTelemetryTests(options, step_name, run_tests_path): |
| args = ['--browser', 'android-chrome-shell'] |
| devices = android_commands.GetAttachedDevices() |
| if devices: |
| - args = args + ['--device', devices[0]] |
| + args = args + ['--device', 'android'] |
|
navabi
2015/02/26 18:47:38
This will also effect main-tests-rel (i.e. the mai
Zhen Wang
2015/03/02 16:18:35
Do you know which bot is using main-tests-rel? mai
navabi
2015/03/03 20:56:54
You are right. No bots are using it since we moved
|
| bb_annotations.PrintNamedStep(step_name) |
| RunCmd([run_tests_path] + args) |