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 03644ecfe61557555630497f6b0326a5401e8e0e..69fbf869fd0f11e9b18cfc7251ec1d1971f33026 100644 |
--- a/build/android/pylib/base/test_dispatcher.py |
+++ b/build/android/pylib/base/test_dispatcher.py |
@@ -364,7 +364,7 @@ def RunTests(tests, runner_factory, wait_for_debugger, test_device, |
""" |
if not tests: |
logging.error('No tests to run.') |
- return (base_test_result.TestRunResults(), constants.ERROR_EXIT_CODE) |
Yaron
2013/07/23 23:45:37
Sorry for not being specific. While I'm fine with
|
+ return (base_test_result.TestRunResults(), 0) |
if shard: |
# Generate a shared _TestCollection object for all test runners, so they |