Index: build/android/pylib/instrumentation/dispatch.py |
diff --git a/build/android/pylib/instrumentation/dispatch.py b/build/android/pylib/instrumentation/dispatch.py |
index d718ea5e9a9aa02a930f8094257c77373e4f7607..df245c73538bf5d74fd0df1bcb531546950d4038 100644 |
--- a/build/android/pylib/instrumentation/dispatch.py |
+++ b/build/android/pylib/instrumentation/dispatch.py |
@@ -26,7 +26,7 @@ def Dispatch(options): |
options: Command line options. |
Returns: |
- Test results in a base_test_result.TestRunResults object. |
+ A tuple of (base_test_result.TestRunResults object, exit code). |
Raises: |
Exception: when there are no attached devices. |