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 0cfe717615bbd85a06c4481459b4f717f9094e62..8b0c7b22d83e3e60297e3a7807211651485357b0 100644 |
--- a/build/android/pylib/remote/device/remote_device_gtest_run.py |
+++ b/build/android/pylib/remote/device/remote_device_gtest_run.py |
@@ -82,7 +82,7 @@ class RemoteDeviceGtestTestRun(remote_device_test_run.RemoteDeviceTestRun): |
output = self._results['results']['output'].splitlines() |
output = (l[len(self._INSTRUMENTATION_STREAM_LEADER):] for l in output |
if l.startswith(self._INSTRUMENTATION_STREAM_LEADER)) |
- results_list = self._test_instance.ParseGTestOutput(output) |
+ results_list = gtest_test_instance.ParseGTestOutput(output) |
results.AddResults(results_list) |
self._DetectPlatformErrors(results) |