aboutsummaryrefslogtreecommitdiff
path: root/automated/android/workload-automation
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-02-28 16:28:36 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-02-28 17:45:54 +0000
commit9d840e84e095ba2705d68c07910f752b9ed1b719 (patch)
tree0242c063d945e65b76f77d9e0bd01c4abc5ee636 /automated/android/workload-automation
parent068eef047f8f39636c5c155f05c0a8e46387047a (diff)
workload-automation: make pip silent
Add --quiet to pip install calls. This significantly reduces execution time in LAVA. Change-Id: Ib6587fd68da9e49b1bee4ef8cb487b97c9a2daa7 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'automated/android/workload-automation')
-rwxr-xr-xautomated/android/workload-automation/workload-automation.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/automated/android/workload-automation/workload-automation.sh b/automated/android/workload-automation/workload-automation.sh
index 915ca0a..d4864f5 100755
--- a/automated/android/workload-automation/workload-automation.sh
+++ b/automated/android/workload-automation/workload-automation.sh
@@ -52,9 +52,9 @@ else
! check_root && error_msg "Please run this test as root."
dpkg --add-architecture i386
install_deps "${PKGS}"
- pip install --upgrade pip && hash -r
- pip install --upgrade setuptools
- pip install pexpect pyserial pyyaml docutils python-dateutil
+ pip install --upgrade --quiet pip && hash -r
+ pip install --upgrade --quiet setuptools
+ pip install --quiet pexpect pyserial pyyaml docutils python-dateutil
info_msg "Installing workload-automation..."
rm -rf workload-automation
git clone https://github.com/ARM-software/workload-automation
@@ -62,7 +62,7 @@ else
cd workload-automation
git checkout "${WA_TAG}"
)
- pip2 install ./workload-automation
+ pip2 install --quiet ./workload-automation
export PATH=$PATH:/usr/local/bin
which wa