X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=e434e050cc919ac8a71bfd25df0bf19d57d4f41e;hb=32e61827009be16e05a3bd2973245ab2fdd790bd;hp=615e323eaa58a5b369598242f88dd440b020acc3;hpb=301ee87a4b22ac95db85da8adab6f04da832b639;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 615e323..e434e05 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,7 +11,7 @@ distclean: check: for i in ./spec/*.js; do \ echo "$$i"; \ - jasmine-node --captureExceptions --forceexit $$i; \ + jasmine-node --noColor --captureExceptions --forceexit $$i; \ done test: check