We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433c7bb commit 3ba3474Copy full SHA for 3ba3474
1 file changed
hadoop-ozone/dist/src/main/compose/testlib.sh
@@ -398,7 +398,7 @@ run_rebot() {
398
399
shift 2
400
401
- local tempdir="$(mktemp -d --suffix rebot -p "${output_dir}")"
+ local tempdir="$(mktemp -d "${output_dir}"/rebot-XXXXXX)"
402
#Should be writeable from the docker containers where user is different.
403
chmod a+wx "${tempdir}"
404
if docker run --rm -v "${input_dir}":/rebot-input -v "${tempdir}":/rebot-output -w /rebot-input \
0 commit comments