mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Merge pull request #16580 from coolljt0725/unpause_all_container_on_exit
Make sure the container will always be unpaused on test exit
This commit is contained in:
@@ -51,6 +51,7 @@ func (s *DockerSuite) TestInspectDefault(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestInspectStatus(c *check.C) {
|
||||
defer unpauseAllContainers()
|
||||
testRequires(c, DaemonIsLinux)
|
||||
out, _ := dockerCmd(c, "run", "-d", "busybox", "top")
|
||||
out = strings.TrimSpace(out)
|
||||
|
||||
Reference in New Issue
Block a user