From: Denis V. Lunev Date: Wed, 6 Sep 2023 14:09:16 +0000 (+0200) Subject: iotests: improve 'not run' message for nbd-multiconn test X-Git-Tag: qemu-xen-4.20.0~526^2~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=71a5655a35f7beca8ce0d3e2932cc01b84303994;p=qemu-xen.git iotests: improve 'not run' message for nbd-multiconn test The test actually requires Python bindings to libnbd rather than libnbd itself. Clarify that inside the message. Signed-off-by: Denis V. Lunev CC: Kevin Wolf CC: Hanna Reitz CC: Eric Blake CC: Vladimir Sementsov-Ogievskiy Message-ID: <20230906140917.559129-3-den@openvz.org> Reviewed-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Eric Blake Signed-off-by: Eric Blake --- diff --git a/tests/qemu-iotests/tests/nbd-multiconn b/tests/qemu-iotests/tests/nbd-multiconn index b121f2e363..478a1eaba2 100755 --- a/tests/qemu-iotests/tests/nbd-multiconn +++ b/tests/qemu-iotests/tests/nbd-multiconn @@ -142,4 +142,4 @@ if __name__ == '__main__': iotests.main(supported_fmts=['qcow2']) except ImportError: - iotests.notrun('libnbd not installed') + iotests.notrun('Python bindings to libnbd are not installed')