[libvirt PATCH] 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> --- tests/qemuxml2argvtest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 804f01fb01..f7ae792371 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -527,8 +527,6 @@ testCompareXMLToArgvValidateSchemaCommand(GStrv args, } if (*curargs != '{') { - VIR_TEST_DEBUG("skipping validation of '%s': argument is not JSON", - command->name); arg++; break; } -- 2.31.1

On Wed, Nov 03, 2021 at 09:26:22 +0100, Ján Tomko wrote:
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> --- tests/qemuxml2argvtest.c | 2 -- 1 file changed, 2 deletions(-)
Yeah, it's quite pointless, and I intend to change the code anyways so it can go. Reviewed-by: Peter Krempa <pkrempa@redhat.com>
participants (2)
-
Ján Tomko
-
Peter Krempa