Chromium Code Reviews| 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 |