mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00: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:
parent
f4c09b913e
commit
567f04808e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user