mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
tests: qemuxml2argv: remove validation warning
This warning is emitted for pretty much every test case, making it hard to see what the actual error is. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
cf0c9e1865
commit
20ccc19a3c
@ -527,8 +527,6 @@ testCompareXMLToArgvValidateSchemaCommand(GStrv args,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (*curargs != '{') {
|
if (*curargs != '{') {
|
||||||
VIR_TEST_DEBUG("skipping validation of '%s': argument is not JSON",
|
|
||||||
command->name);
|
|
||||||
arg++;
|
arg++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user