iotests: print TAP protocol version when reporting tests
commit6e5792a1f6ecc155fc977e3813e75fc8ede478ab
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 15 Mar 2023 17:43:20 +0000 (15 17:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 22 Mar 2023 15:08:26 +0000 (22 15:08 +0000)
tree36582d158d8bda6acb2b7cd4646be74dbb75fd17
parent663755b02247b848d4a342072a528ae1d402611c
iotests: print TAP protocol version when reporting tests

Recently meson started complaining that TAP test reports don't include
the TAP protocol version. While this warning is bogus and has since been
removed from Meson, it looks like good practice to include this header
going forward. The GLib library test harness has started unconditionally
printing the version, so this brings the I/O tests into line.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Hanna Czenczek <hreitz@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230303160727.3977246-5-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230315174331.2959-22-alex.bennee@linaro.org>
tests/qemu-iotests/testrunner.py