| Index: build/android/pylib/remote/device/remote_device_gtest_run.py
|
| diff --git a/build/android/pylib/remote/device/remote_device_gtest_run.py b/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| index 49ddc9100023a1153f9c81a9f780ac1963b15ede..85d134735d5c9618f42c78e98786e499cc4d5b66 100644
|
| --- a/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| +++ b/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| @@ -62,4 +62,8 @@ class RemoteDeviceGtestRun(remote_device_test_run.RemoteDeviceTestRun):
|
| if l.startswith(self._INSTRUMENTATION_STREAM_LEADER))
|
| results_list = self._test_instance.ParseGTestOutput(output)
|
| results.AddResults(results_list)
|
| + if not self._results['results']['pass']:
|
| + results.AddResult(base_test_result.BaseTestResult(
|
| + 'Remote Service detected error.',
|
| + base_test_result.ResultType.FAIL))
|
| return results
|
|
|