Update speedtest.sh

This commit is contained in:
tianyu 2015-07-20 14:36:50 +08:00
parent 10334102c2
commit 8b040445bb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ -f $OUTPUT ]; then
fi
for file in ${TEST_FILES[@]}; do
timeout $TIMEOUT wget -4 -O /dev/null $file -a $OUTPUT
timeout $TIMEOUT wget -4 -O /dev/null $file -a $OUTPUT --progress=dot:binary
echo -e "\n\n#######################\n" >>$OUTPUT
done