Vincent4486 opened a new pull request, #931:
URL: https://github.com/apache/tomcat/pull/931
Added a condition in the target `test-status` in build.xml to print "None"
when there are no tests skipped or failed. This patch uses a new approach to
displaying the list of skipped/failed tests by adding a condition before the
print to make the string display "None" when it is empty.
Bug 69890
Before:
```
test-status:
[concat] Testsuites with skipped tests:
[concat] Testsuites with failed tests:
```
After:
```
test-status:
[concat] Testsuites with skipped tests:
[concat] None
[concat] Testsuites with failed tests:
[concat] None
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]