From 5a96099cde733e1b31e59e26e17ab9468b5cf599 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 13 Sep 2009 01:31:05 +0200 Subject: tests: print IP and port after firing up tinyproxy and webserver Michael --- tests/scripts/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index dac67d9..e000084 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -95,7 +95,7 @@ EOF start_tinyproxy() { echo -n "starting tinyproxy..." $VALGRIND $TINYPROXY_BIN -c $TINYPROXY_CONF_FILE 2> $TINYPROXY_STDERR_LOG - echo " done" + echo " done (listening on $TINYPROXY_IP:$TINYPROXY_PORT)" } stop_tinyproxy() { @@ -116,7 +116,7 @@ provision_webserver() { start_webserver() { echo -n "starting web server..." $WEBSERVER_BIN --port $WEBSERVER_PORT --log-dir $WEBSERVER_LOG_DIR --pid-file $WEBSERVER_PID_FILE - echo " done" + echo " done (listening on $WEBSERVER_IP:$WEBSERVER_PORT)" } stop_webserver() { -- cgit v1.2.3