kamalcph commented on a change in pull request #10499:
URL: https://github.com/apache/kafka/pull/10499#discussion_r611300574



##########
File path: tests/docker/ducker-ak
##########
@@ -217,6 +217,8 @@ ask_yes_no() {
 # $1: The name of the image to build.
 ducker_build() {
     local image_name="${1}"
+    local what="${2}"
+    [[ -n "${what}" ]] || what="${image_name}"

Review comment:
       The `what` argument is used when printing the 
[status](https://github.com/apache/kafka/blob/db688b1a5e5904eed5849fbab4940585e5a3d646/tests/docker/ducker-ak#L241)
 of the docker build.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to