Skip to content

Commit

Permalink
naughty: Fix #4829 pattern
Browse files Browse the repository at this point in the history
cockpit-project/cockpit-podman@85b116af6b65f0d
changed the formatting of the `podman run` command. Adjust the pattern
accordingly.
  • Loading branch information
martinpitt authored and jelly committed Jun 23, 2023
1 parent 0c27670 commit 39f3859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion naughty/rhel4edge/4829-podman-hang
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
File "test/check-application", line *, in testPruneUnusedContainers*
*
RuntimeError: Timed out on 'podman run --name inpod --pod pod -tid localhost/test-busybox sh -c 'exit 1''
RuntimeError: Timed out on '
podman run --name inpod --pod pod -tid localhost/test-busybox sh -c 'exit 1''
3 changes: 2 additions & 1 deletion naughty/ubuntu-2204/4829-podman-hang
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
File "test/check-application", line *, in testPruneUnusedContainers*
*
RuntimeError: Timed out on 'podman run --name inpod --pod pod -tid localhost/test-busybox sh -c 'exit 1''
RuntimeError: Timed out on '
podman run --name inpod --pod pod -tid localhost/test-busybox sh -c 'exit 1''

0 comments on commit 39f3859

Please sign in to comment.