Signed-off-by: David Disseldorp <ddiss@xxxxxxx> --- common/report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/report b/common/report index 6cac71fc..bf05afa9 100644 --- a/common/report +++ b/common/report @@ -152,7 +152,7 @@ _make_section_report() for report in $REPORT_LIST; do case "$report" in "xunit") - _xunit_make_section_report "$test_status" + _xunit_make_section_report ;; *) _dump_err "format '$report' is not supported" -- 2.35.3