Hello,

I'm using IntelliJ IDEA to develop my clojure programs and I'm using
lazytest to test them. I'm also using maven and corresponding IDEA
plugin to manage my projects.
When I run lazytest:run goal using this plugin, the console window
shows console output of 'mvn lazytest:run' command, but since this is
regular text window it does not handle ANSI terminal codes, so I'm
getting something like this:

 [32m. [0m [32m. [0m [32m. [0m [32m. [0m [32m. [0m [32m. [0m [32m. [0m
Namespaces
    nc.commons.config.ConfigTest
        #'nc.commons.config.Config/set-config-property
             [32mshould correctly save different types of key-value
pairs in the map [0m
        #'nc.commons.config.Config/get-config-property
             [32mshould correctly load different types of key-value
pairs from the map [0m
    nc.commons.model.EntityTypeTest
        #'nc.commons.model.EntityType/entity-types -- the list of
entity types
             [32mshould contain only entity types with valid
references between them [0m
        #'nc.commons.model.EntityType/get-field-type applied to entity
types
             [32mshould return field type given entity type and field
name [0m
             [32mshould return nil if given entity type does not
contain provided field [0m
        #'nc.commons.model.EntityType/has-field? applied to entity
types
             [32mshould return true if entity type provided to it has
provided field [0m
             [32mshould return false if entity type provided to it
doesn't have provided field [0m

Ran 7 test cases.
 [32m0 failures. [0m

So, is it possible to disable colored output and switch to text-only
test completion marks?

Best regards,
Vladimir.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to