parseQuerystring() doesn't have to be a jquery plugin
[mkws-moved-to-github.git] / 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