X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=65f96d13ee435e2c8c234ed79d47ff997824b649;hp=ddb5a770a0e8b878b1ffb9df5f998626006c19bf;hb=9462b98c07d54ba33e600c2b0a031f02ec748088;hpb=2ace3cc45c7bdd040689892139cf4663c65562d3 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" }'