From 9ea8cd0ff37a0728c95c26d21424d11b82f9cfab Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Wed, 2 Oct 2019 10:11:58 +0200 Subject: [PATCH] Minimize the verbosity of the donwload progress in wget The images are very big, and the default donwload withouht TTY (used by CI) adds a lot of noise in the logs. Changelog: None Signed-off-by: Lluis Campos --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index e1bbdda..65b3f48 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -38,7 +38,7 @@ convert_and_test() { image_name_compressed=$5 config=$6 # Optional - wget -N ${image_url} -P input/ + wget --progress=dot:giga -N ${image_url} -P input/ echo "Extracting: ${image_name_compressed}" case "${image_name_compressed}" in