Browse Source

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 <lluis.campos@northern.tech>
2.0.x
Lluis Campos 5 years ago
parent
commit
9ea8cd0ff3
  1. 2
      scripts/run-tests.sh

2
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

Loading…
Cancel
Save