Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2794)

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 19240002: Copies device_status_check to the buildbot directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c8e7b3584b349779c5c853615b9149805731b8b2..092e418833324dafc7e563164e6a81473d6b203d 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -260,7 +260,8 @@ def ProvisionDevices(options):
def DeviceStatusCheck(_):
bb_annotations.PrintNamedStep('device_status_check')
- RunCmd(['build/android/device_status_check.py'], halt_on_failure=True)
+ RunCmd(['build/android/buildbot/bb_device_status_check.py'],
+ halt_on_failure=True)
def GetDeviceSetupStepCmds():

Powered by Google App Engine
This is Rietveld 408576698