From 563944a35e34c49e9b51aaa4d2eb649b3c2e0f06 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 19 Dec 2013 14:19:30 +0000 Subject: [PATCH] test output: do not use color coding for output --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4