|
@@ -232,7 +232,7 @@ func TestEventsImagePull(t *testing.T) {
|
|
|
since := time.Now().Unix()
|
|
|
pullCmd := exec.Command(dockerBinary, "pull", "scratch")
|
|
|
if out, _, err := runCommandWithOutput(pullCmd); err != nil {
|
|
|
- t.Fatal("pulling the scratch image from has failed: %s, %v", out, err)
|
|
|
+ t.Fatalf("pulling the scratch image from has failed: %s, %v", out, err)
|
|
|
}
|
|
|
|
|
|
eventsCmd := exec.Command(dockerBinary, "events",
|