X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=ee50534304f92d8fc5f78e8cce87cb6c9cf1cb23;hb=17f6e251e4cceb61561611ebbf3c2f34ac3142d7;hp=4beff13e2befe4eeeb4f23582683740317b156f0;hpb=059b544941a19eb4e7cacf08d2a3a6d9740f92e9;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