]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemuxml2argv: remove validation warning
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Nov 2021 08:25:20 +0000 (09:25 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 3 Nov 2021 09:14:12 +0000 (10:14 +0100)
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>
tests/qemuxml2argvtest.c

index 7414aafd11b7e89162964ab91f0696cf995113b0..1c5939520384b471f7cd9e4f4b46604fc0aa3714 100644 (file)
@@ -527,8 +527,6 @@ testCompareXMLToArgvValidateSchemaCommand(GStrv args,
             }
 
             if (*curargs != '{') {
-                VIR_TEST_DEBUG("skipping validation of '%s': argument is not JSON",
-                               command->name);
                 arg++;
                 break;
             }