[PATCH] docs/devel/testing/functional: Add a section about logging

2025-03-18 Thread Thomas Huth
From: Thomas Huth We should tell the users where to find the log file. While we're at it, also rename the "Overview" heading to a more accurate "Introduction to writing tests" instead. Reported-by: Aditya Gupta Signed-off-by: Thomas Huth --- docs/devel/testing/functional.rst | 22

Re: [PATCH] docs/devel/testing/functional: Add a section about logging

2025-03-18 Thread Daniel P . Berrangé
On Tue, Mar 18, 2025 at 10:20:21AM +0100, Thomas Huth wrote: > From: Thomas Huth > > We should tell the users where to find the log file. > While we're at it, also rename the "Overview" heading to a > more accurate "Introduction to writing tests" instead. > > Reported-by: Aditya Gupta > Signed-