From aa0b93dda9e14402d3db07f2ff377bad8ecbdf0f Mon Sep 17 00:00:00 2001 From: Mendel Greenberg Date: Sun, 3 Mar 2019 23:42:45 -0500 Subject: [PATCH] changing the url to curl --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index c0f5e673..31fcbeb0 100644 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ ./dbench start > /tmp/bench.log & output=$( - while ! curl "http://localhost:8000/login" + while ! curl "http://localhost:8000" do { echo "Exit status of curl: $?" } 1>&2