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:
Brian Goff 2015-09-29 21:44:23 -04:00
commit 729c9a9782

View file

@ -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)