From: Wolfram Schneider Date: Wed, 7 Jan 2015 13:07:23 +0000 (+0000) Subject: display a hint how to check the index pages X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=9c2d46e6385d3c6b08849778a712614afb4bca76;ds=sidebyside display a hint how to check the index pages --- 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" }'