]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
report: drop unused _xunit_make_section_report parameter
authorDavid Disseldorp <ddiss@suse.de>
Mon, 20 Jun 2022 19:29:31 +0000 (21:29 +0200)
committerZorro Lang <zlang@kernel.org>
Fri, 24 Jun 2022 15:15:03 +0000 (23:15 +0800)
Signed-off-by: David Disseldorp <ddiss@suse.de>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/report

index 6cac71fc865b7e48bf125e741d21dbeea656bd21..bf05afa97f641aa074a6224beb27c8e4b3f59e5d 100644 (file)
@@ -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"