Vagrantfile: dump containerd log after critest
It is used to debug if there is any flaky test cases. Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -259,6 +259,7 @@ EOF
|
||||
function cleanup()
|
||||
{
|
||||
journalctl -u containerd > /tmp/containerd.log
|
||||
cat /tmp/containerd.log
|
||||
systemctl stop containerd
|
||||
}
|
||||
selinux=$(getenforce)
|
||||
|
||||
Reference in New Issue
Block a user