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

@@ -32,7 +32,7 @@ fi
# If successful move APK file to workload folder (overwrite previous)
rm -f ../$package_name
if [[ -f app/build/apk/$package_name.apk ]]; then
cp app/build/apk/$package_name.apk ../$package_name.uiautoapk
cp app/build/apk/$package_name.apk ../$package_name.apk
else
echo 'ERROR: UiAutomator apk could not be found!'
exit 9