Skip to content

Commit a9a7da2

Browse files
committed
docs(blackbox): correct crictl_pull_with_retry usage note
Signed-off-by: cainydev <wajo432@gmail.com>
1 parent 3abc048 commit a9a7da2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/blackbox/helpers_zot.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ function log_output() {
253253
# follows blob download ("copying config") occasionally cancels its own context
254254
# on busy runners even though zot has already served every blob with 200 OK;
255255
# a fresh pull replays from cri-o's local cache and almost always succeeds.
256-
# Call directly (not via `run`); the function returns the exit status of the
257-
# last attempt and prints crictl output, so callers can treat it like crictl.
256+
# Returns the exit status of the last attempt and prints crictl output, so
257+
# callers can treat it like crictl (works under bats `run` as well).
258258
function crictl_pull_with_retry() {
259259
local image=${1}
260260
local attempts=${2:-3}

0 commit comments

Comments
 (0)