Re: [PATCH 6/7] docs: move gcov section at the end of testing.rst

2021-09-30 Thread Peter Maydell
On Thu, 30 Sept 2021 at 14:33, Paolo Bonzini wrote: > > gcov testing applies to all tests, not just make check. Move it > out of the make check section. > > Signed-off-by: Paolo Bonzini > --- > docs/devel/testing.rst | 38 +++--- > 1 file changed, 19 insertions(+

[PATCH 6/7] docs: move gcov section at the end of testing.rst

2021-09-30 Thread Paolo Bonzini
gcov testing applies to all tests, not just make check. Move it out of the make check section. Signed-off-by: Paolo Bonzini --- docs/devel/testing.rst | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/devel/testing.rst b/docs/devel