From: Mike Taylor Date: Thu, 19 Dec 2013 15:34:04 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws X-Git-Tag: 0.9.1~3 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=0dcadfd8412dc004db811c0fc0dd7c58461d6769;hp=7305a9af35a86e8c680917b3e76b7451a1215e97;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws --- diff --git a/test/Makefile b/test/Makefile index ec1fd0c..e434e05 100644 --- a/test/Makefile +++ b/test/Makefile @@ -9,7 +9,10 @@ distclean: check: - jasmine-node --captureExceptions --forceexit ./spec + for i in ./spec/*.js; do \ + echo "$$i"; \ + jasmine-node --noColor --captureExceptions --forceexit $$i; \ + done test: check