mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update junit file name (#937)
prevent clobbering file produced by test-infra
This commit is contained in:
committed by
Vic Iglesias
parent
0762c87594
commit
a8a58db3b8
@@ -59,7 +59,7 @@ func writeXML(dump string, start time.Time) {
|
||||
if err != nil {
|
||||
log.Fatalf("Could not marshal XML: %s", err)
|
||||
}
|
||||
path := filepath.Join(dump, "junit_runner.xml")
|
||||
path := filepath.Join(dump, "junit_01.xml")
|
||||
f, err := os.Create(path)
|
||||
if err != nil {
|
||||
log.Fatalf("Could not create file: %s", err)
|
||||
|
||||
Reference in New Issue
Block a user