Skip to content

Commit

Permalink
Vagrantfile: dump containerd log after critest
Browse files Browse the repository at this point in the history
It is used to debug if there is any flaky test cases.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
(cherry picked from commit 782fd3c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
fuweid authored and thaJeztah committed Jan 24, 2023
1 parent cf13b64 commit 91d5e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ EOF
function cleanup()
{
journalctl -u containerd > /tmp/containerd.log
cat /tmp/containerd.log
systemctl stop containerd
}
selinux=$(getenforce)
Expand Down

0 comments on commit 91d5e53

Please sign in to comment.