tests/qtest: use qos_printf instead of g_test_message
commit30ea13e9d97dcbd4ea541ddf9e8857fa1d5cb30f
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Aug 2022 09:50:04 +0000 (2 10:50 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 7 Oct 2022 13:41:51 +0000 (7 09:41 -0400)
treeb9754c1736875e77693557f74a1a4a23a079aaa5
parentebaa07083b57aab2d2dabf86d9bf172f43bad7a6
tests/qtest: use qos_printf instead of g_test_message

The vhost-user tests respawn qos-test as a standalone process. As a
result the gtester framework squashes all messages coming out of it
which make it hard to debug. As the test does not care about asserting
certain messages just convert the tests to use the direct qos_printf.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220802095010.3330793-17-alex.bennee@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/qtest/qos-test.c
tests/qtest/vhost-user-test.c