summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2022-06-20 21:29:31 +0200
committerZorro Lang <zlang@kernel.org>2022-06-24 23:15:03 +0800
commit40aa19bcc2f18d71d5a3f5e2662014357f035e85 (patch)
treeb7fffd345b58dd017b01ba99a100cd6c6f101f01
parentfdcff5481a8611f240bc00ea5175faeb9fa2262e (diff)
report: drop unused _xunit_make_section_report parameter
Signed-off-by: David Disseldorp <ddiss@suse.de> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rw-r--r--common/report2
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"