bloop icon indicating copy to clipboard operation
bloop copied to clipboard

disable noise when printing test results

Open svalaskevicius opened this issue 1 year ago • 4 comments

I spent a while to figure out how to disable noisy specs2 results duplication only to find that it's done by bloop: https://github.com/scalacenter/bloop/blob/34840d485a56abc9d388796392df46151b3ac93b/frontend/src/main/scala/bloop/testing/LoggingEventHandler.scala#L103C16-L135

is there a way to get rid of it (an option or smthg)?

(specifically the "Failed: ... " part)

Thanks!

svalaskevicius avatar Aug 29 '24 15:08 svalaskevicius