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 <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2024-09-12 16:44:40 -07:00
parent b1449fd510
commit 21c6116557
+2
View File
@@ -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