aw-was-here commented on code in PR #261:
URL: https://github.com/apache/yetus/pull/261#discussion_r861081876
##########
precommit/src/main/shell/plugins.d/htmlout.sh:
##########
@@ -283,3 +297,39 @@ function htmlout_finalreport
printf "<p>This message was automatically generated.</p>" >> "${commentfile}"
}
+
+
+## @description Write out an HTML version of the final report to a file
+## @audience private
+## @stability evolving
+## @replaceable no
+## @param runresult
+function htmlout_finalreport
+{
+ declare result=$1
+
+ rm "${commentfile}" 2>/dev/null
Review Comment:
Failure here is OK to ignore.
--
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]