mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 12:19:36 +00:00
Add explicit command to alpine container in test case.
Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
This commit is contained in:
parent
03f952cfa8
commit
36d8b69794
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ var _ = Describe("Podman logs", func() {
|
|||
It("follow output stopped container", func() {
|
||||
containerName := "logs-f"
|
||||
|
||||
logc := podmanTest.Podman([]string{"run", "--name", containerName, "-d", ALPINE})
|
||||
logc := podmanTest.Podman([]string{"run", "--name", containerName, "-d", ALPINE, "true"})
|
||||
logc.WaitWithDefaultTimeout()
|
||||
Expect(logc).To(Exit(0))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue