浏览代码

this doesn't work :/

jomo 10 年之前
父节点
当前提交
04b5161285
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/bulk.sh

+ 1 - 1
test/bulk.sh

@@ -13,5 +13,5 @@ for uuid in `cat "$dir/uuids.txt"`; do
   if [ "$(( ((RANDOM<<15)|RANDOM) % 2 ))" -eq "1" ]; then
     helm="&helm"
   fi
-  curl -sSL -o /dev/null -w "%{url_effective} %{http_code} %{time_total}s\\n" "http://$host/avatars/$uuid?size=$size$helm" &
+  curl -sSL -o /dev/null -w "%{url_effective} %{http_code} %{time_total}s\\n" "http://$host/avatars/$uuid?size=$size$helm"
 done