Skip to content

Commit 91d5e53

Browse files
fuweidthaJeztah
authored andcommitted
Vagrantfile: dump containerd log after critest
It is used to debug if there is any flaky test cases. Signed-off-by: Wei Fu <[email protected]> (cherry picked from commit 782fd3c) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent cf13b64 commit 91d5e53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ EOF
253253
function cleanup()
254254
{
255255
journalctl -u containerd > /tmp/containerd.log
256+
cat /tmp/containerd.log
256257
systemctl stop containerd
257258
}
258259
selinux=$(getenforce)

0 commit comments

Comments
 (0)