Re: [PATCH 1/1] tests/Makefile: Fix check-report.* targets shown in check-help

2019-12-11 Thread Thomas Huth
On 11/12/2019 21.44, Wainer dos Santos Moschetta wrote: > The check-report.html and check-report.xml targets were replaced > with check-report.tap in commit 9df43317b82 but the check-help > text was not updated so it still lists check-report.html. > > Fixes: 9df43317b82 > Signed-off-by: Wainer dos

Re: [PATCH 1/1] tests/Makefile: Fix check-report.* targets shown in check-help

2019-12-11 Thread Paolo Bonzini
On 11/12/19 21:44, Wainer dos Santos Moschetta wrote: > The check-report.html and check-report.xml targets were replaced > with check-report.tap in commit 9df43317b82 but the check-help > text was not updated so it still lists check-report.html. > > Fixes: 9df43317b82 > Signed-off-by: Wainer dos S

[PATCH 1/1] tests/Makefile: Fix check-report.* targets shown in check-help

2019-12-11 Thread Wainer dos Santos Moschetta
The check-report.html and check-report.xml targets were replaced with check-report.tap in commit 9df43317b82 but the check-help text was not updated so it still lists check-report.html. Fixes: 9df43317b82 Signed-off-by: Wainer dos Santos Moschetta --- tests/Makefile.include | 4 +--- 1 file chan