mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Fix tests creating zombie processes
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
@@ -172,6 +172,7 @@ func (s *DockerSwarmSuite) TestServiceLogsFollow(c *check.C) {
|
||||
cmd.Stdout = w
|
||||
cmd.Stderr = w
|
||||
c.Assert(cmd.Start(), checker.IsNil)
|
||||
go cmd.Wait()
|
||||
|
||||
// Make sure pipe is written to
|
||||
ch := make(chan *logMessage)
|
||||
|
||||
Reference in New Issue
Block a user