Re: [PATCH v4 06/12] tests/qtest/qos-test: dump environment variables if verbose

2020-10-24 Thread Christian Schoenebeck
On Samstag, 24. Oktober 2020 07:56:10 CEST Thomas Huth wrote: > On 08/10/2020 20.34, Christian Schoenebeck wrote: > > If qtests are run in verbose mode (i.e. if --verbose CL argument > > was provided) then print all environment variables to stdout > > before running the individual tests. > > Why?

Re: [PATCH v4 06/12] tests/qtest/qos-test: dump environment variables if verbose

2020-10-23 Thread Thomas Huth
On 08/10/2020 20.34, Christian Schoenebeck wrote: > If qtests are run in verbose mode (i.e. if --verbose CL argument > was provided) then print all environment variables to stdout > before running the individual tests. Why? ... you should provide some rationale in the patch description here, at le

[PATCH v4 06/12] tests/qtest/qos-test: dump environment variables if verbose

2020-10-08 Thread Christian Schoenebeck
If qtests are run in verbose mode (i.e. if --verbose CL argument was provided) then print all environment variables to stdout before running the individual tests. Use qos_printf() instead of g_test_message() to avoid the latter cluttering the output. Signed-off-by: Christian Schoenebeck --- tes