Place global logs in log/ subdir
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
e46837f64c
commit
e3e5612f95
@ -66,7 +66,7 @@ var _ = ginkgo.SynchronizedAfterSuite(func() {},
|
||||
}
|
||||
|
||||
for k, v := range globalLogs {
|
||||
outPath := path.Join(framework.DefaultConfig.Ginkgo.ReportDirectory, k)
|
||||
outPath := path.Join(framework.DefaultConfig.Ginkgo.ReportDirectory, "logs", k)
|
||||
// Create a directory for the file if needed
|
||||
err := os.MkdirAll(path.Dir(outPath), 0755)
|
||||
if err != nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user