mumrah commented on code in PR #17121:
URL: https://github.com/apache/kafka/pull/17121#discussion_r1748093273


##########
.github/scripts/junit.py:
##########
@@ -144,7 +144,10 @@ def pretty_time_duration(seconds: float) -> str:
                         required=False,
                         default="build/junit-xml/**/*.xml",
                         help="Path to XML files. Glob patterns are supported.")
-
+    parser.add_argument("--done-file",
+                        required=False,
+                        default="",

Review Comment:
   I wanted this to be an optional argument so its easier to test locally. I 
don't feel too strongly about this, either way seems fine



-- 
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]

Reply via email to