OSDN Git Service

tests/Makefile.include: Fix 'make check-help' output
authorDario Faggioli <dfaggioli@suse.com>
Fri, 27 May 2022 15:30:54 +0000 (17:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Jun 2022 07:26:54 +0000 (09:26 +0200)
commitd426ff938b3f95e0b04bb410d47ae50359340a16
tree6d7f28c90c2e91b404812b30498c29fa770bbd9c
parent9b59af628c97eada68eebc1a9af0c72b75ecf1b8
tests/Makefile.include: Fix 'make check-help' output

Since commit 3d2f73ef75e ("build: use "meson test" as the test harness"),
check-report.tap is no more, and we have check-report.junit.xml.

Update the output of 'make check-help', which was still listing
'check-report.tap', accordingly.

Fixes: 3d2f73ef75e
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
Message-Id: <165366545439.6869.11633009118019728798.stgit@work>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/Makefile.include