Copilot commented on code in PR #13237:
URL: https://github.com/apache/trafficserver/pull/13237#discussion_r3353195503
##########
tests/tools/condwait:
##########
@@ -34,8 +35,12 @@
WAIT=60
POST_WAIT=0
+usage() {
+ echo "usage: condwait [ MAX-WAIT [ POST-WAIT ] ] TEST-CONDITION" >&2
+}
Review Comment:
`usage()` doesn’t mention the newly added `--contains FILE PATTERN COUNT`
mode, so invalid-argument errors for that path will print a usage string that
omits the relevant syntax. This makes troubleshooting harder when `--contains`
is used incorrectly.
--
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]