I am currently using gradle to run tests. I am trying to customize what gradle outputs when running the tests. Everything is working except when a test fails. In addition to what I am printing it prins something along the lines of:
Gradle suite > Gradle test > test FAILED
in addition to what I am telling it to print. Is there a way to get it to stop doing that?