mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
dump stdout to help diagnose flaky test
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
bab3050984
commit
dacf24374d
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func TestLocalComposeLogsFollow(t *testing.T) {
|
|||
|
||||
t.Run("logs", func(t *testing.T) {
|
||||
res := c.RunDockerComposeCmd(t, "--project-name", projectName, "logs", "--follow")
|
||||
assert.Check(t, strings.Count(res.Combined(), "PING localhost (127.0.0.1)") == 2)
|
||||
assert.Check(t, strings.Count(res.Combined(), "PING localhost (127.0.0.1)") == 2, res.Combined())
|
||||
})
|
||||
|
||||
t.Run("down", func(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue