X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile;h=2d3e8bbfe4f9f68b27403b5a5a5f6355efaf2ac1;hp=6ccfa08da4a28e1e9c4032143c6aa8e7e5eed691;hb=bdd84c244776c962fe62196e7eebc6532452452e;hpb=4dda84d059df88ecad3d3be183f0b3e4a1dcf2dc diff --git a/test/Makefile b/test/Makefile index 6ccfa08..2d3e8bb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -43,7 +43,7 @@ mkws-complete-syntax-check: ${MAKE} -C../src ../tools/htdocs/mkws-complete.min.js check check-js: node-modules mkws-complete-syntax-check - ${JASMINE_NODE} --noColor --captureExceptions --forceExit ./spec + ${JASMINE_NODE} --noColor --captureExceptions --forceexit ./spec check-node-installation: @if [ ! -e node_modules ]; then \ @@ -55,7 +55,7 @@ check-node-installation: test: check terse: - $(MIKE) jasmine-node --noColor --captureExceptions --forceExit spec + $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec phantomjs p: check-js apache-stop apache-start _phantomjs ${MAKE} apache-stop