mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +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…
x
Reference in New Issue
Block a user