Re: [PATCH v2] tests/functional: add --debug CLI arg

2025-07-25 Thread Daniel P . Berrangé
On Fri, Jul 25, 2025 at 06:28:31AM +0200, Thomas Huth wrote: > On 17/07/2025 12.34, Manos Pitsidianakis wrote: > > Add argument parsing to functional tests to improve developer experience > > when running individual tests. All logs are printed to stdout > > interspersed with TAP output. > > > > Ex

Re: [PATCH v2] tests/functional: add --debug CLI arg

2025-07-24 Thread Thomas Huth
On 17/07/2025 12.34, Manos Pitsidianakis wrote: Add argument parsing to functional tests to improve developer experience when running individual tests. All logs are printed to stdout interspersed with TAP output. Example usage, assuming current build directory with qemu source code in the parent

Re: [PATCH v2] tests/functional: add --debug CLI arg

2025-07-18 Thread Manos Pitsidianakis
On Fri, Jul 18, 2025 at 12:20 PM Daniel P. Berrangé wrote: > > On Thu, Jul 17, 2025 at 01:34:13PM +0300, Manos Pitsidianakis wrote: > > Add argument parsing to functional tests to improve developer experience > > when running individual tests. All logs are printed to stdout > > interspersed with T

Re: [PATCH v2] tests/functional: add --debug CLI arg

2025-07-18 Thread Daniel P . Berrangé
On Thu, Jul 17, 2025 at 01:34:13PM +0300, Manos Pitsidianakis wrote: > Add argument parsing to functional tests to improve developer experience > when running individual tests. All logs are printed to stdout > interspersed with TAP output. > > Example usage, assuming current build directory with q

[PATCH v2] tests/functional: add --debug CLI arg

2025-07-17 Thread Manos Pitsidianakis
Add argument parsing to functional tests to improve developer experience when running individual tests. All logs are printed to stdout interspersed with TAP output. Example usage, assuming current build directory with qemu source code in the parent directory (see docs/devel/testing/functional.rst