From a8a58db3b85b59f5e7793b512f54cf2f1f470ec8 Mon Sep 17 00:00:00 2001 From: Anirudh Ramanathan Date: Tue, 18 Apr 2017 16:59:48 -0700 Subject: [PATCH] Update junit file name (#937) prevent clobbering file produced by test-infra --- test/helm-test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helm-test/main.go b/test/helm-test/main.go index f5486d7ca5..ad51008670 100644 --- a/test/helm-test/main.go +++ b/test/helm-test/main.go @@ -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)