mirror of
https://github.com/containers/podman.git
synced 2025-10-10 15:57:33 +08:00
test: Wait for killed container to avoid leak
Signed-off-by: Ricardo Branco <rbranco@suse.de>
This commit is contained in:
@ -114,6 +114,7 @@ load helpers
|
||||
run_podman run --rm -d --name $cname $IMAGE top
|
||||
run_podman kill $cname
|
||||
is "$output" $cname
|
||||
run_podman ? wait $cname
|
||||
}
|
||||
|
||||
# bats test_tags=ci:parallel
|
||||
|
Reference in New Issue
Block a user