Skip to content

Commit 782fd3c

Browse files
committed
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]>
1 parent de68174 commit 782fd3c

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
@@ -259,6 +259,7 @@ EOF
259259
function cleanup()
260260
{
261261
journalctl -u containerd > /tmp/containerd.log
262+
cat /tmp/containerd.log
262263
systemctl stop containerd
263264
}
264265
selinux=$(getenforce)

0 commit comments

Comments
 (0)