Skip to content

Commit

Permalink
bhyveargv2xmltest: Fix call of virDomainDefCheckABIStability
Browse files Browse the repository at this point in the history
In 4f0aeed I've expanded the list of arguments for
virDomainDefCheckABIStability() but I forgot to fix
bhyveargv2xmltest.

Signed-off-by: Michal Privoznik <[email protected]>
  • Loading branch information
zippy2 committed Jun 5, 2017
1 parent f4c09b9 commit 567f048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bhyveargv2xmltest.c
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 567f048

Please sign in to comment.