From a46477e9dc0b9ce781b0bb1bc485536b6f0eaded Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Mon, 9 Apr 2018 17:38:21 +0100 Subject: workload-automation: fix WA home download URL Make sure that the file name is correct for unpacking the tarball. Change-Id: Icfc58db96105ca8c17a613c5e0a97c20784e4211 Signed-off-by: Milosz Wasilewski --- automated/android/workload-automation/workload-automation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automated/android/workload-automation/workload-automation.sh') diff --git a/automated/android/workload-automation/workload-automation.sh b/automated/android/workload-automation/workload-automation.sh index be06326..21c56dd 100755 --- a/automated/android/workload-automation/workload-automation.sh +++ b/automated/android/workload-automation/workload-automation.sh @@ -87,7 +87,7 @@ else ( cd /root/ # Copy workload_automation_home.tar.gz to /root for local run. - test -f workload_automation_home.tar.gz || wget -S --progress=dot:giga "${WA_HOME_URL}" + test -f workload_automation_home.tar.gz || wget -S --progress=dot:giga "${WA_HOME_URL}" -O workload_automation_home.tar.gz tar -xf workload_automation_home.tar.gz ) wa --version -- cgit v1.2.3