From: Wolfram Schneider Date: Thu, 19 Dec 2013 14:19:30 +0000 (+0000) Subject: test output: do not use color coding for output X-Git-Tag: 0.9.1~3^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=563944a35e34c49e9b51aaa4d2eb649b3c2e0f06 test output: do not use color coding for output --- 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