Commit 917cd320 authored by bulach@chromium.org's avatar bulach@chromium.org

Android: run bb_device_status_check prior to other steps.

This will make sheriffing easier and print the link to the bug
in case there are no online devices.

BUG=324744
TBR=navabi@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238407 0039d316-1c4b-4281-b951-d872f2087c98
parent f20a3a29
......@@ -420,8 +420,8 @@ def DeviceStatusCheck(options):
def GetDeviceSetupStepCmds():
return [
('provision_devices', ProvisionDevices),
('device_status_check', DeviceStatusCheck),
('provision_devices', ProvisionDevices),
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment