Fix integration tests

Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
Michael Crosby
2014-01-31 12:04:44 -08:00
parent 2d8709696c
commit 49b9813035
3 changed files with 11 additions and 3 deletions
+2
View File
@@ -50,6 +50,7 @@ type Runtime struct {
sysInfo *sysinfo.SysInfo
volumes *Graph
srv *Server
eng *engine.Engine
config *DaemonConfig
containerGraph *graphdb.Database
driver graphdriver.Driver
@@ -740,6 +741,7 @@ func NewRuntimeFromDirectory(config *DaemonConfig, eng *engine.Engine) (*Runtime
driver: driver,
sysInitPath: sysInitPath,
execDriver: ed,
eng: eng,
}
if err := runtime.restore(); err != nil {