[lazytest] Disable colored output

2012-02-26 Thread Vladimir Matveev
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

Re: [lazytest] Disable colored output

2012-02-26 Thread Stuart Sierra
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.