Index: build/android/pylib/host_driven/test_runner.py |
diff --git a/build/android/pylib/host_driven/test_runner.py b/build/android/pylib/host_driven/test_runner.py |
index 5e175bc587345e56d427bd2cc1ce9f04167599f0..8620aa15209f50fcef2de5f19893834edf826c78 100644 |
--- a/build/android/pylib/host_driven/test_runner.py |
+++ b/build/android/pylib/host_driven/test_runner.py |
@@ -86,7 +86,7 @@ class HostDrivenTestRunner(base_test_runner.BaseTestRunner): |
exception_raised = False |
try: |
- test.SetUp(str(self.device), self.shard_index) |
+ test.SetUp(self.device, self.shard_index) |
except Exception: |
logging.exception( |
'Caught exception while trying to run SetUp() for test: ' + |