tests: fetch the example tarball from cdn.kernel.org
www.kernel.org is painfully slow at times.
This commit is contained in:
parent
d64ccf7cf4
commit
9b7135224b
@ -20,7 +20,7 @@ if [ "$(md5sum /tmp/linux-3.0.tar.gz | cut -f1 -d' ')" != \
|
||||
"f7e6591d86a9dbe123dfd1a0be054e7f" ]; then
|
||||
echo "Downloading linux-3.0.tar.gz"
|
||||
wget -nv --show-progress -c -O $TGZ \
|
||||
https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz
|
||||
https://cdn.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz
|
||||
fi
|
||||
|
||||
function etime {
|
||||
|
Loading…
Reference in New Issue
Block a user