From: Jason Skomorowski Date: Fri, 1 May 2015 16:03:24 +0000 (-0400) Subject: Revert "Jasmine now expects --forceExit to be case-sensitive" X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=bdd84c244776c962fe62196e7eebc6532452452e Revert "Jasmine now expects --forceExit to be case-sensitive" This reverts commit 80ab3be75c7e6df9f2d23660fb9ff14d5f31dd21. ...the node ecosystem is insane. "npm update" seems to have installed a beta version. To update stable packages I apparently need to do rm -rf node_modules && npm install. Which is silly. --- 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