提交 567f0480 编写于 作者: M Michal Privoznik

bhyveargv2xmltest: Fix call of virDomainDefCheckABIStability

In 4f0aeed8 I've expanded the list of arguments for
virDomainDefCheckABIStability() but I forgot to fix
bhyveargv2xmltest.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 f4c09b91
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册