Hi Team, This is prolly a Dawid question...
Sometimes I want to run a test (like a slow Monster test), seeing its ongoing musings popping out on the console in "real time" (not buffered). I can do this today by adding "-Dtests.verbose=true" to the ./gradlew invocation that's running the test. But that also turns on LuceneTestCase.VERBOSE which sometimes produces insane amounts of mostly not helpful content. Is there any way to do the first (stream console output) without the second (mega verbosity enabled)? Thanks, Mike McCandless http://blog.mikemccandless.com