Update junit file name (#937)

prevent clobbering file produced by test-infra
This commit is contained in:
Anirudh Ramanathan
2017-04-18 16:59:48 -07:00
committed by Vic Iglesias
parent 0762c87594
commit a8a58db3b8
+1 -1
View File
@@ -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)