summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-11 08:06:58 +0000
committerGitHub <noreply@github.com>2022-07-11 08:06:58 +0000
commit76422ecdbbd26bf645b664ea7663e5ecf10139ba (patch)
treeec2f1d80b722efe4a2601478ba7d6e657fc30486 /test/system
parent87feb82b07ef5b7365c5164ea1f4ee8b928e2b51 (diff)
parent96dd57ca50de54e82cea177c317b92612ed1cf81 (diff)
downloadpodman-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/system')
-rw-r--r--test/system/035-logs.bats2
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