Skip to content

Commit 83ad436

Browse files
committed
script/test/utils.sh: readiness_check: print daemon log
Signed-off-by: Akihiro Suda <[email protected]>
1 parent b87d78f commit 83ad436

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/test/utils.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,8 @@ readiness_check() {
348348
echo "$attempt_num attempt \"$command\"! Trying again in $attempt_num seconds..."
349349
sleep $(( attempt_num++ ))
350350
done
351+
set -x
352+
cat "${report_dir}/containerd.log"
353+
cat "${config_file}"
354+
set +x
351355
}

0 commit comments

Comments
 (0)