From 04b5161285d3f9a27e0d745c92ab047792231256 Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 9 Jan 2015 18:49:50 +0100 Subject: [PATCH] this doesn't work :/ --- test/bulk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bulk.sh b/test/bulk.sh index 747c496..cfaf622 100755 --- a/test/bulk.sh +++ b/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