Index: build/android/pylib/gtest/test_runner.py |
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py |
index f50c58ccf8a730fa764748f21432f0316c14dc87..3e37f23fdabc8960262b6adedea0c86f33bf319a 100644 |
--- a/build/android/pylib/gtest/test_runner.py |
+++ b/build/android/pylib/gtest/test_runner.py |
@@ -128,7 +128,7 @@ class TestRunner(base_test_runner.BaseTestRunner): |
logging.error('Test terminated - EOF') |
# We're here because either the device went offline, or the test harness |
# crashed without outputting the CRASHED marker (crbug.com/175538). |
- if not self.device.old_interface.IsOnline(): |
+ if not self.device.IsOnline(): |
raise device_errors.DeviceUnreachableError( |
'Device %s went offline.' % self.device.old_interface.GetDevice()) |
if full_test_name: |