mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00: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:
@@ -30,7 +30,7 @@ func TestKillContainer(t *testing.T) {
|
||||
t.Fatal("killed container is still running")
|
||||
}
|
||||
|
||||
go deleteContainer(cleanedContainerID)
|
||||
deleteContainer(cleanedContainerID)
|
||||
|
||||
logDone("kill - kill container running sleep 10")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user