Index: build/android/pylib/remote/device/remote_device_uirobot_run.py |
diff --git a/build/android/pylib/remote/device/remote_device_uirobot_run.py b/build/android/pylib/remote/device/remote_device_uirobot_run.py |
index 3aee3433077a95b7531a010b1175a02cbda3ada6..bc8193214f462d86f454e85c71692656577ff942 100644 |
--- a/build/android/pylib/remote/device/remote_device_uirobot_run.py |
+++ b/build/android/pylib/remote/device/remote_device_uirobot_run.py |
@@ -37,7 +37,7 @@ class RemoteDeviceUirobotRun(remote_device_test_run.RemoteDeviceTestRun): |
def _TriggerSetUp(self): |
"""Set up the triggering of a test run.""" |
logging.info('Triggering test run.') |
- self._app_id = self._UploadAppToDevice(self._test_instance.apk_under_test) |
+ self._app_id = self._UploadAppToDevice(self._test_instance.app_under_test) |
if not self._env.runner_type: |
runner_type = self.DEFAULT_RUNNER_TYPE |
logging.info('Using default runner type: %s', self.DEFAULT_RUNNER_TYPE) |