Fixed runtime_test (ImagePull prototyped changed)
This commit is contained in:
parent
07dc0a5120
commit
e2b8ee2723
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ func init() {
|
|||
pushingPool: make(map[string]struct{}),
|
||||
}
|
||||
// Retrieve the Image
|
||||
if err := srv.ImagePull(unitTestImageName, "", "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
|
||||
if err := srv.ImagePull(unitTestImageName, "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
// Spawn a Daemon
|
||||
|
|
Loading…
Add table
Reference in a new issue