From 9c2d46e6385d3c6b08849778a712614afb4bca76 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 7 Jan 2015 13:07:23 +0000 Subject: [PATCH] display a hint how to check the index pages --- test/widgets/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 31b826f..e2a1810 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -39,6 +39,7 @@ screenshots: clean estimate-time iframe tidy done; \ ${MAKE} PREFIX=$$t index; \ done + @echo "Please check now: http://localhost/test/widgets/" estimate-time: @wc -l url.* | tail -n1 | awk '{print "Estimeate run time: " $$1 * (1 + '${TIMEOUT}'), "seconds" }' -- 1.7.10.4