]> xenbits.xensource.com Git - qemu-xen.git/commit
tests/qtest: pass stdout/stderr down to subtests
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Aug 2022 09:50:02 +0000 (10:50 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 7 Oct 2022 13:41:51 +0000 (09:41 -0400)
commitbbd971153745ca2aa9a26b7d6370374ef559a328
treeb32b3faf346a4f8f666a597d3235ec9b8afbe6d2
parent25c60a4612dd30976dc2c471ebe050dd5f6635a4
tests/qtest: pass stdout/stderr down to subtests

When trying to work out what the virtio-net-tests where doing it was
hard because the g_test_trap_subprocess redirects all output to
/dev/null. Lift this restriction by using the appropriate flags so you
can see something similar to what the vhost-user-blk tests show when
running.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220407150042.2338562-1-alex.bennee@linaro.org>

Message-Id: <20220802095010.3330793-15-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