Skip to content
Closed
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
2 changes: 1 addition & 1 deletion tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ pub async fn ensure_nested_image() -> anyhow::Result<()> {
/// Build a container image for nested testing, serialized via file lock.
///
/// Uses an exclusive file lock to prevent concurrent builds from racing on
/// overlay unmount. Skips the build if another process already built the image.
/// overlay unmount. Redundant builds are fast due to podman's layer caching.
/// If the container extends localhost/nested-test, call ensure_nested_image() first.
///
/// # Arguments
Expand Down
Loading