Add unit test for hanging kill + fix other tests behaviour

This commit is contained in:
Guillaume J. Charmes
2013-04-11 16:21:19 -07:00
parent e68c04b722
commit bb22cd492e
4 changed files with 76 additions and 4 deletions
-1
View File
@@ -17,7 +17,6 @@ const testLayerPath string = "/var/lib/docker/docker-ut.tar"
const unitTestImageName string = "docker-ut"
var unitTestStoreBase string
var srv *Server
func nuke(runtime *Runtime) error {
var wg sync.WaitGroup