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

Unified Diff: build/android/pylib/local/device/local_device_monkey_test_run.py

Issue 2541093004: [Android] Try harder to run every gtest within each try. (Closed)
Patch Set: mikecase comment Created 4 years 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/pylib/local/device/local_device_monkey_test_run.py
diff --git a/build/android/pylib/local/device/local_device_monkey_test_run.py b/build/android/pylib/local/device/local_device_monkey_test_run.py
index 8f293c6892101bb1cf7f4ff55929fb5275416571..31c7c8133d13a189b4eed322640aad60c78fc953 100644
--- a/build/android/pylib/local/device/local_device_monkey_test_run.py
+++ b/build/android/pylib/local/device/local_device_monkey_test_run.py
@@ -82,7 +82,7 @@ class LocalDeviceMonkeyTestRun(local_device_test_run.LocalDeviceTestRun):
except device_errors.CommandFailedError:
logging.exception('Failed to start MinidumpUploadService')
- return result
+ return result, None
#override
def TearDown(self):

Powered by Google App Engine
This is Rietveld 408576698