]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2xmltest.c: honor ARG_PARSEFLAGS
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 18 Nov 2020 16:28:09 +0000 (13:28 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 3 Dec 2020 20:20:16 +0000 (17:20 -0300)
commitd2010be4792efdb03af453ed97ae671bab2a351a
tree36911a0609bc9530d231163da71781128ca90c8f
parent5a34d0667decd233f4f2319f742920dc52073d4e
qemuxml2xmltest.c: honor ARG_PARSEFLAGS

At this moment,  it is not possible to create a test specifying
ARG_PARSEFLAGS because info->parseFlags is not being forwarded to
testCompareDomXML2XMLFiles(). Let's fix it now so next patch can
make use of it.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
tests/qemuxml2xmltest.c