mirror of
https://github.com/moby/moby.git
synced 2025-08-01 05:47:11 +03:00
cli integration: sync container & image deletion
This makes container and image removal in the tests run synchronously. Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
This commit is contained in:
@ -18,7 +18,7 @@ func TestBuildSixtySteps(t *testing.T) {
|
||||
t.Fatal("failed to build the image")
|
||||
}
|
||||
|
||||
go deleteImages("foobuildsixtysteps")
|
||||
deleteImages("foobuildsixtysteps")
|
||||
|
||||
logDone("build - build an image with sixty build steps")
|
||||
}
|
||||
|
Reference in New Issue
Block a user