Skip to content

Commit 21c6116

Browse files
committed
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 <[email protected]>
1 parent b1449fd commit 21c6116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/helpers.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ function teardown_bundle() {
727727
[ ! -v ROOT ] && return 0 # nothing to teardown
728728

729729
cd "$INTEGRATION_ROOT" || return
730+
echo "--- teardown ---" >&2
731+
730732
teardown_recvtty
731733
local ct
732734
for ct in $(__runc list -q); do

0 commit comments

Comments
 (0)