mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
bhyveargv2xmltest: Fix call of virDomainDefCheckABIStability
In 4f0aeed I've expanded the list of arguments for
virDomainDefCheckABIStability() but I forgot to fix
bhyveargv2xmltest.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -74,7 +74,7 @@ testCompareXMLToArgvFiles(const char *xmlfile,
|
||||
}
|
||||
}
|
||||
|
||||
if (vmdef && !virDomainDefCheckABIStability(vmdef, vmdef)) {
|
||||
if (vmdef && !virDomainDefCheckABIStability(vmdef, vmdef, driver.xmlopt)) {
|
||||
VIR_TEST_DEBUG("ABI stability check failed on %s", xmlfile);
|
||||
goto fail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user