diff --git a/cmd/helm/repo_update_test.go b/cmd/helm/repo_update_test.go index 981f0bba3..770fe6928 100644 --- a/cmd/helm/repo_update_test.go +++ b/cmd/helm/repo_update_test.go @@ -67,7 +67,7 @@ func TestUpdateCustomCacheCmd(t *testing.T) { t.Fatal(err) } if _, err := os.Stat(filepath.Join(cachePath, "charts-index.yaml")); err != nil { - t.Fatalf("error finding created index file in custom cache: %#v", err) + t.Fatalf("error finding created index file in custom cache: %#v \ngot: %s", err, out.String()) } }