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:
parent
de68174ec3
commit
782fd3c8e6
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -259,6 +259,7 @@ EOF
|
|||||||
function cleanup()
|
function cleanup()
|
||||||
{
|
{
|
||||||
journalctl -u containerd > /tmp/containerd.log
|
journalctl -u containerd > /tmp/containerd.log
|
||||||
|
cat /tmp/containerd.log
|
||||||
systemctl stop containerd
|
systemctl stop containerd
|
||||||
}
|
}
|
||||||
selinux=$(getenforce)
|
selinux=$(getenforce)
|
||||||
|
Loading…
Reference in New Issue
Block a user