]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qapi-schema: Fix feature documentation testing
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Oct 2019 11:02:22 +0000 (13:02 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Oct 2019 06:35:16 +0000 (07:35 +0100)
commita0418a4a6b5bfc2f5d467af77a125dd7e4c4ca24
tree9d4ea4dc7f2c72f9b07d0e7e0c134f14cb975e6e
parentf6401deb067457119278586fbb2a0c283382cfa4
tests/qapi-schema: Fix feature documentation testing

Commit 8aa3a33e44 "tests/qapi-schema: Test for good feature lists in
structs" made test-qapi.py show features, but neglected to show their
documentation.  Fix that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191024110237.30963-5-armbru@redhat.com>
tests/qapi-schema/doc-bad-feature.out
tests/qapi-schema/doc-good.out
tests/qapi-schema/doc-undoc-feature.out
tests/qapi-schema/test-qapi.py