summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-06-20 10:35:02 +0000
committerLinaro Code Review <review@review.linaro.org>2018-06-20 10:35:02 +0000
commiteb8db5a575da7fcd52f302d67c5e62a268e16449 (patch)
treec2c5483bd9d4c289492f495089ef9901cca3b8a6
parent86c2feaf11286ab3534190cebed9c688f7da5f72 (diff)
parent2641a4d0e78f4c0d1ad28937a11e3aed29a7a062 (diff)
Merge "automated/linux/24h-stress-test: Follow redirect on curl"
-rwxr-xr-xautomated/linux/24h-stress-test/24h-stress-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/24h-stress-test/24h-stress-test.sh b/automated/linux/24h-stress-test/24h-stress-test.sh
index 5f6e12b..00ef290 100755
--- a/automated/linux/24h-stress-test/24h-stress-test.sh
+++ b/automated/linux/24h-stress-test/24h-stress-test.sh
@@ -205,7 +205,7 @@ stress_network()
# File download test.
test -e stress-network.img && rm -rf stress-network.img
- curl -O --interface "$ip" "$LINK"
+ curl -OL --interface "$ip" "$LINK"
check_return "file-download-$iteration"
local_md5=$(md5sum stress-network.img | awk '{print $1}')
test "$local_md5" = "$MD5"