Index: build/android/pylib/base/test_dispatcher.py |
diff --git a/build/android/pylib/base/test_dispatcher.py b/build/android/pylib/base/test_dispatcher.py |
index cb789de8d25d74417b31e8f95ae85a10bf57f872..677a908a396c70e514f242950e1d83e0dd6c165e 100644 |
--- a/build/android/pylib/base/test_dispatcher.py |
+++ b/build/android/pylib/base/test_dispatcher.py |
@@ -272,7 +272,6 @@ def _RunAllTests(runners, test_collection_factory, num_retries, timeout=None, |
# for the above are switched or wrapped. |
android_commands.errors.DeviceUnresponsiveError) as e: |
logging.error(e) |
- exit_code = constants.WARNING_EXIT_CODE |
if not all((len(tc) == 0 for tc in test_collections)): |
logging.error('Only ran %d tests (all devices are likely offline).' % |