pull/9158/head
Thomas Stromberg 2020-09-02 07:55:04 -07:00
parent 0d4b969e1e
commit f0a9d55e3d
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ func validateCacheCmd(ctx context.Context, t *testing.T, profile string) {
}
img := "minikube-local-cache-test:" + profile
rr, err := Run(t, exec.CommandContext(ctx, "docker", "build", "-t", img, dname))
_, err := Run(t, exec.CommandContext(ctx, "docker", "build", "-t", img, dname))
if err != nil {
t.Errorf("failed to build docker image: %v", err)
}