Skip to content

Commit dacf243

Browse files
committed
dump stdout to help diagnose flaky test
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent bab3050 commit dacf243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/e2e/logs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestLocalComposeLogsFollow(t *testing.T) {
6868

6969
t.Run("logs", func(t *testing.T) {
7070
res := c.RunDockerComposeCmd(t, "--project-name", projectName, "logs", "--follow")
71-
assert.Check(t, strings.Count(res.Combined(), "PING localhost (127.0.0.1)") == 2)
71+
assert.Check(t, strings.Count(res.Combined(), "PING localhost (127.0.0.1)") == 2, res.Combined())
7272
})
7373

7474
t.Run("down", func(t *testing.T) {

0 commit comments

Comments
 (0)