Re: [libvirt] [PATCH 5/9] tests: qemuxml2xml: Pass capabilities to DO_TEST()

2016-08-04 Thread Ján Tomko
On Fri, Jul 29, 2016 at 07:46:25PM +0200, Andrea Bolognani wrote: This will allow us to remove most DO_TEST_FULL() usages. For the time being, just add the extra argument to all DO_TEST() calls. --- An alternative would be to add DO_TEST_CAPS with that semantics, but we already have enough DO_T

[libvirt] [PATCH 5/9] tests: qemuxml2xml: Pass capabilities to DO_TEST()

2016-07-29 Thread Andrea Bolognani
This will allow us to remove most DO_TEST_FULL() usages. For the time being, just add the extra argument to all DO_TEST() calls. --- tests/qemuxml2xmltest.c | 528 1 file changed, 264 insertions(+), 264 deletions(-) diff --git a/tests/qemuxml2xmlte