Skip to content

Commit

Permalink
Add explicit command to alpine container in test case.
Browse files Browse the repository at this point in the history
Signed-off-by: jgallucci32 <[email protected]>
  • Loading branch information
jgallucci32 committed Jun 22, 2020
1 parent 8926e1f commit 173d086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 173d086

Please sign in to comment.