Fix unit tests when there is more than one tag within the test image

This commit is contained in:
Guillaume J. Charmes
2013-07-01 11:45:45 -07:00
parent 348c5c4838
commit b6f288a1ce
3 changed files with 49 additions and 21 deletions
-1
View File
@@ -97,7 +97,6 @@ func init() {
if err := srv.ImagePull(unitTestImageName, "", "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
panic(err)
}
// Spawn a Daemon
go func() {
if err := ListenAndServe(testDaemonProto, testDaemonAddr, srv, os.Getenv("DEBUG") != ""); err != nil {