Skip to content

Commit 8e65429

Browse files
authored
fix: Use OS X compatible option in soak test script (#9788)
Signed-off-by: 001wwang <[email protected]>
1 parent ba349ee commit 8e65429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soaks/soak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd "${__dir}"
2929
BASELINE_IMAGE=$(./bin/container_name.sh "${SOAK_NAME}" "${BASELINE}")
3030
COMPARISON_IMAGE=$(./bin/container_name.sh "${SOAK_NAME}" "${COMPARISON}")
3131

32-
capture_dir=$(mktemp --directory /tmp/"${SOAK_NAME}".XXXXXX)
32+
capture_dir=$(mktemp -d /tmp/"${SOAK_NAME}".XXXXXX)
3333
echo "Captures will be recorded into ${capture_dir}"
3434

3535
#

0 commit comments

Comments
 (0)