sodonnel commented on code in PR #7457:
URL: https://github.com/apache/ozone/pull/7457#discussion_r1850053292


##########
hadoop-ozone/dist/src/main/compose/testlib.sh:
##########
@@ -398,7 +398,7 @@ run_rebot() {
 
   shift 2
 
-  local tempdir="$(mktemp -d --suffix rebot -p "${output_dir}")"
+  local tempdir="$(mktemp -d "${output_dir}"/rebot-XXXXXX)"

Review Comment:
   What is the `rebot-XXXXXX` part? Is `XXXXX` a placeholder or is that the 
actual filename?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to