X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2FMakefile;h=ee50534304f92d8fc5f78e8cce87cb6c9cf1cb23;hb=0d553ffd9b2a8ad63cbd6683230c44047d972810;hp=4beff13e2befe4eeeb4f23582683740317b156f0;hpb=572149891191529276d3b4a932055fde944349c3;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 4beff13..ee50534 100644 --- a/test/Makefile +++ b/test/Makefile @@ -25,7 +25,6 @@ mkws-complete-syntax-check: check: mkws-complete-syntax-check @if [ ! -e node_modules ]; then echo "please run first: make node-modules"; exit 1; fi ${JASMINE_NODE} --noColor --captureExceptions --forceexit ./spec - ${JASMINE_NODE} --noColor --captureExceptions --forceexit ./spec-sp test: check