mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user