[libvirt PATCH] tests: qemuxml2argv: remove validation warning

Ján Tomko posted 1 patch 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/7c8848442b7a31614866c65c7fdde3ca8fc7380a.1635927976.git.jtomko@redhat.com
tests/qemuxml2argvtest.c | 2 --
1 file changed, 2 deletions(-)
[libvirt PATCH] tests: qemuxml2argv: remove validation warning
Posted by Ján Tomko 2 years, 5 months ago
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