From 9462b98c07d54ba33e600c2b0a031f02ec748088 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 7 Jul 2015 16:41:30 +0200 Subject: [PATCH] add a message how to start apache manually --- test/widgets/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/widgets/Makefile b/test/widgets/Makefile index ddb5a77..65f96d1 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -43,7 +43,10 @@ screenshots: clean estimate-time iframe help-url: @echo "" - @echo "Please check now: http://localhost:${APACHE_PORT}/test/widgets/index.html" + @echo "Please check now: " + @echo " http://localhost:${APACHE_PORT}/test/widgets/index.html" + @echo "" + @echo "You can start the web server with: make apache-start" estimate-time: @wc -l url.* | tail -n1 | awk '{print "Estimeate run time: " $$1 * (1 + '${TIMEOUT}') * 0.5, "seconds" }' -- 1.7.10.4