1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-04 12:22:41 +01:00

UiautoWorkloads: Updated to use apk files for uiautoamtion tests.

This commit is contained in:
Marc Bonnici
2017-06-05 14:30:49 +01:00
parent bb17590689
commit cc641e8dac
59 changed files with 32 additions and 31 deletions

View File

@@ -33,7 +33,7 @@ fi
package=com.arm.wlauto.uiauto.sqlite
rm -f ../$package
if [[ -f app/build/apk/$package.apk ]]; then
cp app/build/apk/$package.apk ../$package.uiautoapk
cp app/build/apk/$package.apk ../$package.apk
else
echo 'ERROR: UiAutomator apk could not be found!'
exit 9