Skip to content

Commit

Permalink
Fixed runtime_test (ImagePull prototyped changed)
Browse files Browse the repository at this point in the history
  • Loading branch information
samalba committed Jul 5, 2013
1 parent 07dc0a5 commit e2b8ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2b8ee2

Please sign in to comment.