Commit f375dcf4 authored by Adam Worrall's avatar Adam Worrall

Write output into the correct dir

parent b353792f
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment