X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=e3fa61a0391551784259fe219ca797a83dddad94;hb=2a3dfa390cbe212fe889a72a3f351cfcc2b1febb;hp=1b986b4829c0334a8930638bdc8627d2069baa62;hpb=ed855f21ebfd7a87731baa7019efce7c314b468b;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 1b986b4..e3fa61a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -105,7 +105,7 @@ node_modules node-modules: apache-start: bin/apache-template-update - ${APACHE_HTTPD} -f `pwd`/${TMP_DIR}/jasmine-dev-${APACHE_PORT}.conf + umask 002; ${APACHE_HTTPD} -f `pwd`/${TMP_DIR}/jasmine-dev-${APACHE_PORT}.conf APACHE_PID_FILE=${TMP_DIR}/mkws-jasmine-${APACHE_PORT}.pid apache-stop: @@ -128,7 +128,7 @@ help: @echo "Examples: " @echo "" @echo "make phantomjs PHANTOMJS_PATH=${PHANTOMJS_PATH}" - @echo "DEBUG=0 APACHE_PORT=5050 make -s phantomjs PHANTOMJS_TIMEOUT=12 PHANTOMJS_PATH=${PHANTOMJS_PATH}" + @echo "DEBUG=0 APACHE_PORT=5050 make -s phantomjs PHANTOMJS_TIMEOUT=16 PHANTOMJS_PATH=${PHANTOMJS_PATH}" @echo "DEBUG=2 make phantomjs PHANTOMJS_TIMEOUT=12 PHANTOMJS_URL=${PHANTOMJS_URL}" @echo "" @echo "make APACHE_PORT=5050 apache-start"