mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #1337 from docker/ecs_ece_failure
progress writes to stderr
This commit is contained in:
commit
542fd04c26
@ -156,7 +156,7 @@ func TestCompose(t *testing.T) {
|
||||
res := icmd.StartCmd(cmd)
|
||||
|
||||
checkUp := func(t poll.LogT) poll.Result {
|
||||
out := res.Stdout()
|
||||
out := res.Combined()
|
||||
if !strings.Contains(out, "DeleteComplete") {
|
||||
return poll.Continue("current status \n%s\n", out)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user