X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile;fp=test%2FMakefile;h=451371cd0514e41f0c96be51ca3f38548f541b2e;hp=2d3e8bbfe4f9f68b27403b5a5a5f6355efaf2ac1;hb=06c6052959307f4f9e7b2c6607109b58b28ba1da;hpb=711622c40c16ed8305a0fe1125121a7076466c27 diff --git a/test/Makefile b/test/Makefile index 2d3e8bb..451371c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -9,6 +9,7 @@ APACHE_PORT:= $(shell echo $${APACHE_PORT-4040}) PHANTOMJS_PATH=jasmine-local-popup.html PHANTOMJS_URL=http://localhost:${APACHE_PORT}/${PHANTOMJS_PATH} PHANTOMJS_TIMEOUT ?= 30 +PHANTOMJS_FLAGS ?= --ignore-ssl-errors=true NPM_INSTALL_FLAGS=-q JASMINE_NODE= ./node_modules/jasmine-node/bin/jasmine-node @@ -61,7 +62,7 @@ phantomjs p: check-js apache-stop apache-start _phantomjs ${MAKE} apache-stop _phantomjs: - ./bin/bomb --timeout="${PHANTOMJS_TIMEOUT}.5" ${PHANTOMJS} phantom/run-jasmine.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} + ./bin/bomb --timeout="${PHANTOMJS_TIMEOUT}.5" -- ${PHANTOMJS} ${PHANTOMJS_FLAGS} phantom/run-jasmine.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} phantomjs-all p-all: ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-local-popup.html