Re: [PATCH 06/12] tests/qtest/qos-test: add environment variable QTEST_DEBUG

2020-09-28 Thread Christian Schoenebeck
On Montag, 28. September 2020 10:31:21 CEST Paolo Bonzini wrote: > On 27/09/20 12:40, Christian Schoenebeck wrote: > > For now this new environment variable QTEST_DEBUG will cause the > > assembled qemu command line to be printed before running each test. > > > > Signed-off-by: Christian Schoenebe

Re: [PATCH 06/12] tests/qtest/qos-test: add environment variable QTEST_DEBUG

2020-09-28 Thread Paolo Bonzini
On 27/09/20 12:40, Christian Schoenebeck wrote: > For now this new environment variable QTEST_DEBUG will cause the > assembled qemu command line to be printed before running each test. > > Signed-off-by: Christian Schoenebeck > --- > tests/qtest/qos-test.c | 3 +++ > 1 file changed, 3 insertions

[PATCH 06/12] tests/qtest/qos-test: add environment variable QTEST_DEBUG

2020-09-27 Thread Christian Schoenebeck
For now this new environment variable QTEST_DEBUG will cause the assembled qemu command line to be printed before running each test. Signed-off-by: Christian Schoenebeck --- tests/qtest/qos-test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/qtest/qos-test.c b/tests/qtest/qos-tes