Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ start_conmon_with_default_args() {

# Start the container and wait until it really starts.
run_runtime start "$CTR_ID"
if [ "$status" -ne 0 ]; then
die "$RUNTIME_BINARY start failed with $status: $output"
fi
}

# Helper function to run conmon with default arguments and wait until it is stopped.
Expand Down
Loading