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

Unified Diff: build/android/test_runner.py

Issue 1143223005: Report apptest_runner device not found infra failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify changes. Created 5 years, 6 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 | « no previous file | mandoline/tools/android_run_mandoline.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index b71f805cb136af0d447443c62d50ba02fd10f187..52de8fd9c80ed2c546585aedf79b94fe5c2f7a7d 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -1026,8 +1026,7 @@ def main():
logging.exception('Error occurred.')
if e.is_infra_error:
return constants.INFRA_EXIT_CODE
- else:
- return constants.ERROR_EXIT_CODE
+ return constants.ERROR_EXIT_CODE
except: # pylint: disable=W0702
logging.exception('Unrecognized error occurred.')
return constants.ERROR_EXIT_CODE
« no previous file with comments | « no previous file | mandoline/tools/android_run_mandoline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698