X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile;h=6ccfa08da4a28e1e9c4032143c6aa8e7e5eed691;hp=2d3e8bbfe4f9f68b27403b5a5a5f6355efaf2ac1;hb=80ab3be75c7e6df9f2d23660fb9ff14d5f31dd21;hpb=00204cd716f392cbde47cd5371a663241c46710d diff --git a/test/Makefile b/test/Makefile index 2d3e8bb..6ccfa08 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