test output: do not use color coding for output
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 19 Dec 2013 14:19:30 +0000 (14:19 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 19 Dec 2013 14:19:30 +0000 (14:19 +0000)
test/Makefile

index 615e323..e434e05 100644 (file)
@@ -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