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:
Binary file not shown.
@@ -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
|
||||
|
Reference in New Issue
Block a user