diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-11 08:06:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 08:06:58 +0000 |
commit | 76422ecdbbd26bf645b664ea7663e5ecf10139ba (patch) | |
tree | ec2f1d80b722efe4a2601478ba7d6e657fc30486 /test | |
parent | 87feb82b07ef5b7365c5164ea1f4ee8b928e2b51 (diff) | |
parent | 96dd57ca50de54e82cea177c317b92612ed1cf81 (diff) | |
download | podman-76422ecdbbd26bf645b664ea7663e5ecf10139ba.tar.gz podman-76422ecdbbd26bf645b664ea7663e5ecf10139ba.tar.bz2 podman-76422ecdbbd26bf645b664ea7663e5ecf10139ba.zip |
Merge pull request #14818 from rhatdan/wait
podman wait can take multiple conditions
Diffstat (limited to 'test')
-rw-r--r-- | test/system/035-logs.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/035-logs.bats b/test/system/035-logs.bats index 97d984ef1..6b8d5fbc5 100644 --- a/test/system/035-logs.bats +++ b/test/system/035-logs.bats @@ -124,7 +124,7 @@ function _log_test_restarted() { # FIXME: #9597 # run/start is flaking for remote so let's wait for the container condition # to stop wasting energy until the root cause gets fixed. - run_podman container wait --condition=exited logtest + run_podman container wait --condition=exited --condition=stopped logtest run_podman ${events_backend} start -a logtest logfile=$(mktemp -p ${PODMAN_TMPDIR} logfileXXXXXXXX) $PODMAN $_PODMAN_TEST_OPTS ${events_backend} logs -f logtest > $logfile |