We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abc048 commit a9a7da2Copy full SHA for a9a7da2
1 file changed
test/blackbox/helpers_zot.bash
@@ -253,8 +253,8 @@ function log_output() {
253
# follows blob download ("copying config") occasionally cancels its own context
254
# on busy runners even though zot has already served every blob with 200 OK;
255
# 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.
+# Returns the exit status of the last attempt and prints crictl output, so
+# callers can treat it like crictl (works under bats `run` as well).
258
function crictl_pull_with_retry() {
259
local image=${1}
260
local attempts=${2:-3}
0 commit comments