mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update libcontainerd to use containerd 1.0
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
7acea2a243
commit
ddae20c032
113 changed files with 4574 additions and 3980 deletions
|
@ -149,6 +149,11 @@ func (s *DockerSuite) TestBuildCancellationKillsSleep(c *check.C) {
|
|||
if err := buildCmd.Start(); err != nil {
|
||||
c.Fatalf("failed to run build: %s", err)
|
||||
}
|
||||
// always clean up
|
||||
defer func() {
|
||||
buildCmd.Process.Kill()
|
||||
buildCmd.Wait()
|
||||
}()
|
||||
|
||||
matchCID := regexp.MustCompile("Running in (.+)")
|
||||
scanner := bufio.NewScanner(stdoutBuild)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue