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

Unified Diff: build/android/device_status_check.py

Issue 12886036: Flunk the build if no Android devices are online. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « build/android/buildbot/bb_device_steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/device_status_check.py
diff --git a/build/android/device_status_check.py b/build/android/device_status_check.py
index 094016285685c30471f34d852c1bd37d498d0985..642e4eeb2a841aec9f503ac35b4aa1abea15caa1 100755
--- a/build/android/device_status_check.py
+++ b/build/android/device_status_check.py
@@ -183,6 +183,8 @@ def main():
msg = '\n'.join(err_msg)
print msg
SendDeviceStatusAlert(msg)
+
+ if not devices:
return 1
« no previous file with comments | « build/android/buildbot/bb_device_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698