mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
Merge pull request #10028 from edsantiago/bats
System tests: fix racy podman-inspect
This commit is contained in:
@ -132,6 +132,7 @@ load helpers
|
|||||||
is "$output" "stopping" "Status of container should be 'stopping'"
|
is "$output" "stopping" "Status of container should be 'stopping'"
|
||||||
|
|
||||||
run_podman kill stopme
|
run_podman kill stopme
|
||||||
|
run_podman wait stopme
|
||||||
|
|
||||||
# Exit code should be 137 as it was killed
|
# Exit code should be 137 as it was killed
|
||||||
run_podman inspect --format '{{.State.ExitCode}}' stopme
|
run_podman inspect --format '{{.State.ExitCode}}' stopme
|
||||||
|
Reference in New Issue
Block a user