1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +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

@@ -54,7 +54,7 @@ public void runUiAutomation() throws Exception{
// Get workload apk file parameters
String workload = parameters.getString("workload");
String workloadAPKPath = parameters.getString("workdir");
String workloadName = String.format("com.arm.wlauto.uiauto.%1s.uiautoapk",workload);
String workloadName = String.format("com.arm.wlauto.uiauto.%1s.apk",workload);
String workloadAPKFile = String.format("%1s/%2s",workloadAPKPath, workloadName);
// Load the apk file