mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue