Hi Stuart, Thank you for your answer.
It seems that it isn't possible to specify properties when using maven. I tried specifying property in my pom.xml in <properties> section and setting property on the command line - it's no good, the output is still colorized. Shouldn't maven plugin have an option for such thing? On Feb 26, 7:31 pm, Stuart Sierra <the.stuart.sie...@gmail.com> wrote: > Yes, you can disable ANSI colors by setting the Java system property > "lazytest.colorize" to "false". > > -Stuart Sierra > > > > > > > > On Saturday, February 25, 2012 4:09:18 PM UTC-5, Vladimir Matveev wrote: > > > 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