Re: [libvirt] [PATCH 03/12] tests: qemuxml2xml: Remove info->outActiveName

2019-04-10 Thread Andrea Bolognani
On Mon, 2019-04-01 at 12:47 -0400, Cole Robinson wrote: [...] > @@ -40,8 +39,7 @@ testXML2XMLActive(const void *opaque) > const struct testInfo *info = opaque; > > return testCompareDomXML2XMLFiles(driver.caps, driver.xmlopt, > - info->infile, info->

[libvirt] [PATCH 03/12] tests: qemuxml2xml: Remove info->outActiveName

2019-04-01 Thread Cole Robinson
Reuse info->outfile for it. This requires us to set paths before each virTestRun invocation Signed-off-by: Cole Robinson --- tests/qemuxml2xmltest.c | 61 + 1 file changed, 25 insertions(+), 36 deletions(-) diff --git a/tests/qemuxml2xmltest.c b/tests/qem