X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=ee50534304f92d8fc5f78e8cce87cb6c9cf1cb23;hb=7a2a4a467eb521089fe51e9a346b420d4826d142;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