masaori335 commented on code in PR #13656: URL: https://github.com/apache/trafficserver/pull/13656#discussion_r3976023364
########## doc/admin-guide/configuration/hrw4u.en.rst: ########## @@ -115,6 +115,21 @@ This is particularly useful for build systems or when processing many configurat files at once. All files are processed in a single invocation, improving performance for large batches of files. +Exit Status +^^^^^^^^^^^ + +====== ========================================================================== +Status Meaning +====== ========================================================================== +0 Every input compiled. Warnings may still have been reported. +1 At least one input had an error, or the command line was invalid. +====== ========================================================================== + +Every input is processed before the status is decided, so one bad file in a +multi-file or bulk run does not stop the files after it. A failing compile +still writes its partial output; the exit status is what marks that output +untrustworthy. Review Comment: done -- 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]
