1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 19:02:31 +01:00

Uiauto2: Fixes leftover references to .uiautoapk

This commit is contained in:
Marc Bonnici
2017-06-08 11:23:45 +01:00
parent 242cf7e33a
commit b64c615e8e
4 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class UiAutomatorWorkload(Workload):
This class should be subclassed by workloads that rely on android UiAutomator
to work. This class handles installing the UI Automator APK to the device
and invoking it to run the workload. By default, it will look for the ``*.uiautoapk`` file
and invoking it to run the workload. By default, it will look for the ``*.apk`` file
in the same directory as the .py file for the workload (this can be changed by overriding
the ``uiauto_file`` property in the subclassing workload).