summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2014-01-27 11:20:09 +0200
committerRiku Voipio <riku.voipio@linaro.org>2014-01-27 11:20:09 +0200
commitfafe2c44b1d69359932335b58d541793e2ef4f01 (patch)
treedca7addb6117d059e33db3834818b02e3da3e9da
parente463c7ce969d56e8c91d812dc031493784756a6f (diff)
less verbose rootfs download
-rwxr-xr-xlava/scripts/test-guest.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/lava/scripts/test-guest.sh b/lava/scripts/test-guest.sh
index 63c8fc7..7bc65bf 100755
--- a/lava/scripts/test-guest.sh
+++ b/lava/scripts/test-guest.sh
@@ -43,9 +43,7 @@ ROOTFS_BUILD_URL="https://snapshots.linaro.org/ubuntu/pre-built/vexpress/$ROOTFS
rm -f $ROOTFS_BUILD_FILENAME $ROOTFS_BUILD_FILENAME.gz
-# FIXME: use wget instead
-wget --no-check-certificate $ROOTFS_BUILD_URL
-# cp ~/$ROOTFS_BUILD_FILENAME.gz $ROOTFS_BUILD_FILENAME.gz
+wget --progress=dot -e dotbytes=1M --no-check-certificate $ROOTFS_BUILD_URL
# Extract the image
gunzip $ROOTFS_BUILD_FILENAME.gz