]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qapi-schema: Make test-qapi.py print docs again
authorMarkus Armbruster <armbru@redhat.com>
Mon, 20 Mar 2017 13:11:53 +0000 (14:11 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 21 Mar 2017 09:42:52 +0000 (10:42 +0100)
commit818c3318332a0b0ba5931d8d74d2260fb0328a71
tree85effe6992d924c3cdb54be30a52df9145dc11f9
parent32b8a2ad618b20ff9eb3ac9ce0418a9239916571
tests/qapi-schema: Make test-qapi.py print docs again

test-qapi.py used to print the internal representation of doc comments
(commit 3313b61).  This went away when we dropped the doc comments in
positive tests (commit 87c16dc).  Bring it back, because I'm going to
add real positive doc comment tests.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1490015515-25851-5-git-send-email-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
tests/qapi-schema/test-qapi.py