diff options
-rw-r--r-- | common/report | 2 |
1 files changed, 1 insertions, 1 deletions
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" |