https://bz.apache.org/bugzilla/show_bug.cgi?id=69890
Bug ID: 69890
Summary: Update test-status for more clear output
Product: Tomcat 11
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Packaging
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -------
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 :)
--
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]