Re: [PATCH v2 03/18] tests: support QTEST_TRACE env variable

2022-03-11 Thread Juan Quintela
Daniel P. Berrangé wrote: > When debugging failing qtests it is useful to be able to turn on trace > output to stderr. The QTEST_TRACE env variable contents get injected > as a '-trace ' command line arg > > Reviewed-by: Peter Xu > Reviewed-by: Thomas Huth > Signed-off-by: Daniel P. Berrangé R

[PATCH v2 03/18] tests: support QTEST_TRACE env variable

2022-03-10 Thread Daniel P . Berrangé
When debugging failing qtests it is useful to be able to turn on trace output to stderr. The QTEST_TRACE env variable contents get injected as a '-trace ' command line arg Reviewed-by: Peter Xu Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrangé --- tests/qtest/libqtest.c | 8 ++--