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

2025-07-21 Thread John Snow
On Thu, Jul 17, 2025 at 4:44 AM Alex Bennée wrote: > > Manos Pitsidianakis writes: > > > Add argument parsing to functional tests to improve developer experience > > when running individual tests. All logs are printed to stdout > > interspersed with TAP output. > > > > ./pyvenv/bin/python3 ../t

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

2025-07-21 Thread Thomas Huth
On 17/07/2025 12.36, Alex Bennée wrote: Thomas Huth writes: On 17/07/2025 10.42, Alex Bennée wrote: Manos Pitsidianakis writes: Add argument parsing to functional tests to improve developer experience when running individual tests. All logs are printed to stdout interspersed with TAP outpu

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

2025-07-17 Thread Alex Bennée
Thomas Huth writes: > On 17/07/2025 10.42, Alex Bennée wrote: >> Manos Pitsidianakis writes: >> >>> Add argument parsing to functional tests to improve developer experience >>> when running individual tests. All logs are printed to stdout >>> interspersed with TAP output. >>> >>>./pyvenv/bi

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

2025-07-17 Thread Manos Pitsidianakis
On Thu, Jul 17, 2025 at 1:04 PM Alex Bennée wrote: > > Manos Pitsidianakis writes: > > > On Thu, Jul 17, 2025 at 11:42 AM Alex Bennée wrote: > >> > >> Manos Pitsidianakis writes: > >> > >> > Add argument parsing to functional tests to improve developer experience > >> > when running individual

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

2025-07-17 Thread Alex Bennée
Manos Pitsidianakis writes: > On Thu, Jul 17, 2025 at 11:42 AM Alex Bennée wrote: >> >> Manos Pitsidianakis writes: >> >> > Add argument parsing to functional tests to improve developer experience >> > when running individual tests. All logs are printed to stdout >> > interspersed with TAP outp

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

2025-07-17 Thread Manos Pitsidianakis
On Thu, Jul 17, 2025 at 12:39 PM Daniel P. Berrangé wrote: > > On Thu, Jul 17, 2025 at 12:27:08PM +0300, Manos Pitsidianakis wrote: > > On Thu, Jul 17, 2025 at 12:22 PM Daniel P. Berrangé > > wrote: > > > > > > On Wed, Jul 16, 2025 at 09:08:00AM +0300, Manos Pitsidianakis wrote: > > > > Add argu

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

2025-07-17 Thread Daniel P . Berrangé
On Thu, Jul 17, 2025 at 12:27:08PM +0300, Manos Pitsidianakis wrote: > On Thu, Jul 17, 2025 at 12:22 PM Daniel P. Berrangé > wrote: > > > > On Wed, Jul 16, 2025 at 09:08:00AM +0300, Manos Pitsidianakis wrote: > > > Add argument parsing to functional tests to improve developer experience > > > whe

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

2025-07-17 Thread Daniel P . Berrangé
On Wed, Jul 16, 2025 at 09:08:00AM +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. > > ./pyvenv/bin/python3 ../tests/functional/test_aarch6

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

2025-07-17 Thread Manos Pitsidianakis
On Thu, Jul 17, 2025 at 12:22 PM Daniel P. Berrangé wrote: > > On Wed, Jul 16, 2025 at 09:08:00AM +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] tests/functional: add --debug CLI arg

2025-07-17 Thread Manos Pitsidianakis
On Thu, Jul 17, 2025 at 11:42 AM Alex Bennée wrote: > > Manos Pitsidianakis writes: > > > Add argument parsing to functional tests to improve developer experience > > when running individual tests. All logs are printed to stdout > > interspersed with TAP output. > > > > ./pyvenv/bin/python3 ../

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

2025-07-17 Thread Thomas Huth
On 17/07/2025 10.42, Alex Bennée wrote: Manos Pitsidianakis writes: Add argument parsing to functional tests to improve developer experience when running individual tests. All logs are printed to stdout interspersed with TAP output. ./pyvenv/bin/python3 ../tests/functional/test_aarch64_vir

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

2025-07-17 Thread Alex Bennée
Manos Pitsidianakis writes: > Add argument parsing to functional tests to improve developer experience > when running individual tests. All logs are printed to stdout > interspersed with TAP output. > > ./pyvenv/bin/python3 ../tests/functional/test_aarch64_virt.py --help > usage: test_aarch64

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

2025-07-16 Thread Pierrick Bouvier
On 7/15/25 11:08 PM, 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. ./pyvenv/bin/python3 ../tests/functional/test_aarch64_virt.py --help usage: t

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

2025-07-15 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. ./pyvenv/bin/python3 ../tests/functional/test_aarch64_virt.py --help usage: test_aarch64_virt [-h] [-d] QEMU Functional test