X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile;h=79c7569a0aa601506f13512133f5e38a9d52dc4e;hp=2d58b7f186e27cc7267c0650628bdfa0f5af5c3f;hb=99212c563c4037889c6c4ab4e6255f69e94744cc;hpb=12182f2acfc86aa454cc9f0f29b89e05ff0c4f34 diff --git a/test/Makefile b/test/Makefile index 2d58b7f..79c7569 100644 --- a/test/Makefile +++ b/test/Makefile @@ -106,5 +106,9 @@ help: @echo " [ node-modules ]" @echo " [ apache-stop apache-start ]" @echo "" - @echo "DEBUG=1 make phantomjs PHANTOMJS_TIMEOUT=12 PHANTOMJS_URL=${PHANTOMJS_URL}" + @echo "Examples" + @echo " make phantomjs PHANTOMJS_PATH=${PHANTOMJS_PATH}" + @echo "DEBUG=0 APACHE_PORT=5050 make phantomjs PHANTOMJS_TIMEOUT=12 PHANTOMJS_PATH=${PHANTOMJS_PATH}" + @echo "DEBUG=2 make phantomjs PHANTOMJS_TIMEOUT=12 PHANTOMJS_URL=${PHANTOMJS_URL}" + @echo ""