Re: [PATCH] tests/Makefile.include: Fix 'make check-help' output

2022-06-01 Thread Paolo Bonzini
> + @echo " $(MAKE) check-report.junit.xml Generates an aggregated TAP test > report" XML now rather than TAP; tweaked and queued, thanks. Paolo

Re: [PATCH] tests/Makefile.include: Fix 'make check-help' output

2022-05-31 Thread Philippe Mathieu-Daudé via
On 27/5/22 17:30, Dario Faggioli wrote: 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

[PATCH] tests/Makefile.include: Fix 'make check-help' output

2022-05-27 Thread Dario Faggioli
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 --- Cc: Pao