diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-14 15:12:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 15:12:51 -0400 |
commit | a7bbb78c8d4b94af0d660b63bcd4573a536d969c (patch) | |
tree | 14de59c7f5379d9b6eccc63ed826697eaba844af | |
parent | 4ee203dde7c9e8de2484f00c7f251c0f32ed0ad2 (diff) | |
parent | 83930a03c5829edfb3a054d3ed169ff64284b953 (diff) | |
download | podman-a7bbb78c8d4b94af0d660b63bcd4573a536d969c.tar.gz podman-a7bbb78c8d4b94af0d660b63bcd4573a536d969c.tar.bz2 podman-a7bbb78c8d4b94af0d660b63bcd4573a536d969c.zip |
Merge pull request #10028 from edsantiago/bats
System tests: fix racy podman-inspect
-rw-r--r-- | test/system/050-stop.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/050-stop.bats b/test/system/050-stop.bats index 0652a97e4..a9495e350 100644 --- a/test/system/050-stop.bats +++ b/test/system/050-stop.bats @@ -132,6 +132,7 @@ load helpers is "$output" "stopping" "Status of container should be 'stopping'" run_podman kill stopme + run_podman wait stopme # Exit code should be 137 as it was killed run_podman inspect --format '{{.State.ExitCode}}' stopme |