From 782fd3c8e6122befa321d88da6e90a98b9868a41 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Sun, 7 Aug 2022 12:36:17 +0800 Subject: [PATCH] Vagrantfile: dump containerd log after critest It is used to debug if there is any flaky test cases. Signed-off-by: Wei Fu --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index c07abd6de..5dffee4b4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -259,6 +259,7 @@ EOF function cleanup() { journalctl -u containerd > /tmp/containerd.log + cat /tmp/containerd.log systemctl stop containerd } selinux=$(getenforce)