diff --git a/test/e2e/framework/google_compute.go b/test/e2e/framework/google_compute.go index 8b6fbedfe19..f741a04ec0a 100644 --- a/test/e2e/framework/google_compute.go +++ b/test/e2e/framework/google_compute.go @@ -188,7 +188,7 @@ func LogClusterImageSources() { } outputBytes, _ := json.MarshalIndent(images, "", " ") - filePath := filepath.Join(TestContext.OutputDir, "images.json") + filePath := filepath.Join(TestContext.ReportDir, "images.json") if err := ioutil.WriteFile(filePath, outputBytes, 0644); err != nil { Logf("cluster images sources, could not write to %q: %v", filePath, err) }