summaryrefslogtreecommitdiff
path: root/automated/android/apk-automation/apk-automation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/apk-automation/apk-automation.sh')
-rwxr-xr-xautomated/android/apk-automation/apk-automation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/android/apk-automation/apk-automation.sh b/automated/android/apk-automation/apk-automation.sh
index 48850c4..5c4368a 100755
--- a/automated/android/apk-automation/apk-automation.sh
+++ b/automated/android/apk-automation/apk-automation.sh
@@ -4,7 +4,7 @@
. ./../../lib/sh-test-lib
. ./../../lib/android-test-lib
-SKIP_INSTALL="false"
+SKIP_INSTALL="true"
ANDROID_SERIAL=""
BOOT_TIMEOUT="300"
LOOPS="1"
@@ -35,10 +35,10 @@ export OUTPUT
RESULT_FILE="${OUTPUT}/result.txt"
export RESULT_FILE
-! check_root && error_msg "Please run this script as superuser!"
if [ "${SKIP_INSTALL}" = "true" ] || [ "${SKIP_INSTALL}" = "True" ]; then
info_msg "Package installation skipped"
else
+ ! check_root && error_msg "Please run this script as superuser!"
install_deps "git python python-lxml python-pil python-setuptools curl tar xz-utils ca-certificates requests" "${SKIP_INSTALL}"
git clone https://github.com/dtmilano/AndroidViewClient
(