From 1c7fff672811951cd72efa5d2e63138373fc5ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Stemmer?= Date: Sun, 20 Mar 2022 00:07:39 +0000 Subject: [PATCH] junit: Rename "Run error" to "Runtime error" for dummy error tests In cases where a test result is not found, for example when a panic happened, a dummy failing test is added to the report. Since we don't know exactly what failed, its error message was simply "Run error". This has been renamed to "Runtime error". --- pkg/junit/junit.go | 2 +- testdata/14-report.xml | 4 ++-- testdata/32-report.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/junit/junit.go b/pkg/junit/junit.go index cdaaf72..29fbb90 100644 --- a/pkg/junit/junit.go +++ b/pkg/junit/junit.go @@ -220,7 +220,7 @@ func CreateFromReport(report gtr.Report, hostname string) Testsuites { Name: "Failure", Time: formatDuration(0), Error: &Result{ - Message: "Run error", + Message: "Runtime error", Data: strings.Join(pkg.RunError.Output, "\n"), }, } diff --git a/testdata/14-report.xml b/testdata/14-report.xml index 18e4b7f..7b16e29 100644 --- a/testdata/14-report.xml +++ b/testdata/14-report.xml @@ -5,7 +5,7 @@ - @@ -14,7 +14,7 @@ stacktrace]]> - diff --git a/testdata/32-report.xml b/testdata/32-report.xml index 314ba57..5c62e35 100644 --- a/testdata/32-report.xml +++ b/testdata/32-report.xml @@ -6,7 +6,7 @@ - +