diff options
-rw-r--r-- | functest/ci/download_images.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh index b7626972e..b4abc532e 100644 --- a/functest/ci/download_images.sh +++ b/functest/ci/download_images.sh @@ -3,6 +3,7 @@ set -ex wget_opts="-N --tries=1 --connect-timeout=30" +[ -t 1 ] || wget_opts="${wget_opts} --progress=dot:giga" cat << EOF | wget ${wget_opts} -i - -P ${1:-/home/opnfv/functest/images} http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img |