Actions
Bug #16112
closedHTTP report PUT prints useless messages at the end of the run
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
## Summary ##################################################################### 7 components verified in 4 directives => 7 components in Enforce mode -> 5 compliant -> 1 repaired -> 1 not-applicable Execution time: 0.92s ################################################################################ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>201 Created</title> </head><body> <h1>Created</h1> <p>Resource /reports/2019-11-05T14%3A11%3A23%2B00%3A00%401c242f4b-54ed-40e2-9dd0-7300e5d5cab6.log.gz has been created.</p> </body></html>
We should >/dev/null
it when there are no errors.
Actions