script/test/utils.sh: readiness_check: print daemon log
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
b87d78f456
commit
83ad4367d1
@ -348,4 +348,8 @@ readiness_check() {
|
|||||||
echo "$attempt_num attempt \"$command\"! Trying again in $attempt_num seconds..."
|
echo "$attempt_num attempt \"$command\"! Trying again in $attempt_num seconds..."
|
||||||
sleep $(( attempt_num++ ))
|
sleep $(( attempt_num++ ))
|
||||||
done
|
done
|
||||||
|
set -x
|
||||||
|
cat "${report_dir}/containerd.log"
|
||||||
|
cat "${config_file}"
|
||||||
|
set +x
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user