Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / build / android / pylib / host_driven / test_runner.py
index 7072763..b61fa40 100644 (file)
@@ -85,7 +85,7 @@ class HostDrivenTestRunner(base_test_runner.BaseTestRunner):
     exception_raised = False
 
     try:
-      test.SetUp(self.device.old_interface.GetDevice(), self.shard_index,
+      test.SetUp(str(self.device), self.shard_index,
                  self._push_deps, self._cleanup_test_files)
     except Exception:
       logging.exception(