Add explicit command to alpine container in test case.

Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
This commit is contained in:
jgallucci32 2020-06-22 06:38:53 -07:00 committed by Matthew Heon
parent 03f952cfa8
commit 36d8b69794

View file

@ -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))