From f1a586648ec5c423c4304faa3eed86a6420efd8a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 13 Sep 2009 01:52:26 +0200 Subject: tests: test retreival of stathost page. Michael --- tests/scripts/run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index d81dc9c..d93b5ec 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -178,6 +178,9 @@ run_basic_webclient_request "$WEBSERVER_IP:$WEBSERVER_PORT" / echo -n "testing connection through tinyproxy..." run_basic_webclient_request "$TINYPROXY_IP:$TINYPROXY_PORT" "http://$WEBSERVER_IP:$WEBSERVER_PORT/" +echo -n "requesting statspage via stathost url..." +run_basic_webclient_request "$TINYPROXY_IP:$TINYPROXY_PORT" "http://$TINYPROXY_STATHOST_IP" + echo "You can continue using the webserver and tinyproxy." echo -n "hit to stop the servers and exit: " read READ -- cgit v1.2.3