more spaces in help message
[mkws-moved-to-github.git] / test / widgets / Makefile
index 31b826f..846ed18 100644 (file)
@@ -31,7 +31,7 @@ screenshot:
          ${PHANTOMJS} ${PROG} "${PHANTOMJS_URL}" ${IMAGES}/tmp.$$file.png ${SCREENSHOT_WIDTH_HEIGHT} ${TIMEOUT}; \
          mv -f  ${IMAGES}/tmp.$$file.png  ${IMAGES}/$$file.png
 
-screenshots: clean estimate-time iframe tidy
+screenshots: clean estimate-time iframe tidy help-url
        set -e; \
        for t in ${TESTS}; do \
            for i in $$(cat url.$$t); do \
@@ -40,6 +40,10 @@ screenshots: clean estimate-time iframe tidy
            ${MAKE} PREFIX=$$t index; \
        done
 
+help-url:
+       @echo ""
+       @echo "Please check now: http://localhost/test/widgets/"
+
 estimate-time:
        @wc -l url.* | tail -n1 | awk '{print "Estimeate run time: " $$1 * (1 + '${TIMEOUT}'), "seconds" }'
        @echo ""