From 80ab3be75c7e6df9f2d23660fb9ff14d5f31dd21 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Fri, 1 May 2015 09:56:20 -0400 Subject: [PATCH] Jasmine now expects --forceExit to be case-sensitive --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4