https://bz.apache.org/bugzilla/show_bug.cgi?id=69890
--- Comment #1 from StrongOx <[email protected]> --- (In reply to Coty Sutherland from comment #0) > The current output from the ant build's test-status target when there's no > skipped or failed tests could be perceived as inconclusive or not clear > enough for newer developers. It could be improved to clearly state that > there are 0 test or 'none' (or whatever value makes sense here) when there > aren't any tests that were skipped or are failing. > > Current output example: > ``` > test-status: > [concat] Testsuites with skipped tests: > [concat] Testsuites with failed tests: > ``` > > Improved output: > ``` > [concat] Testsuites with skipped tests: None > [concat] Testsuites with failed tests: None > ``` > > This would be a great issue for a new contributor to look into :) Hello, I'm a newcomer for tomcat. This issue seems easy to fix, I will try fix it. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
