Skip to content

Commit c9a62f2

Browse files
authored
Merge pull request #1665 from jokemanfire/dev2
No need for overly strict criteria for judgment
2 parents 260c9a2 + b91c463 commit c9a62f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/validate/multi_container_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var _ = framework.KubeDescribe("Multiple Containers [Conformance]", func() {
9292
httpdStatus, err := rc.ContainerStatus(context.TODO(), httpdContainerID, false)
9393
Expect(err).NotTo(HaveOccurred(), "get httpd container status")
9494
Eventually(verifyContainerLog(httpdStatus.GetStatus().GetLogPath(),
95-
"httpd -D FOREGROUND"), time.Minute, 100*time.Millisecond).Should(BeTrue())
95+
"httpd"), time.Minute, 100*time.Millisecond).Should(BeTrue())
9696

9797
busyboxStatus, err := rc.ContainerStatus(context.TODO(), busyboxContainerID, false)
9898
Expect(err).NotTo(HaveOccurred(), "get busybox container status")

0 commit comments

Comments
 (0)