From 21c61165572353bbbde13f0208d59d7bbdd36864 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 12 Sep 2024 16:44:40 -0700 Subject: [PATCH] tests/int: log when teardown starts This aids in failed test analysis by allowing to distinguish the output of various commands being run as part of the test case from the output of teardown command like runc delete. Signed-off-by: Kir Kolyshkin --- tests/integration/helpers.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/helpers.bash b/tests/integration/helpers.bash index 76fbab3f5..fb8abb905 100755 --- a/tests/integration/helpers.bash +++ b/tests/integration/helpers.bash @@ -727,6 +727,8 @@ function teardown_bundle() { [ ! -v ROOT ] && return 0 # nothing to teardown cd "$INTEGRATION_ROOT" || return + echo "--- teardown ---" >&2 + teardown_recvtty local ct for ct in $(__runc list -q); do