All tests pass for squashkiwi

This commit is contained in:
Your Name
2025-05-06 00:03:46 +12:00
parent 38cb23706d
commit 01858d8601
4 changed files with 38 additions and 14 deletions

View File

@ -12,6 +12,7 @@ DOCKER_RUN_CMD="docker run -d \
if ! _create_and_start_container "$DOCKER_RUN_CMD" "$CONTAINER_NAME"; then
echo "${DOCKER_RUN_CMD}"
_die "Failed to start container ${CONTAINER_NAME}"
fi