From: Ján Tomko Date: Wed, 3 Nov 2021 08:25:20 +0000 (+0100) Subject: tests: qemuxml2argv: remove validation warning X-Git-Tag: v7.10.0-rc1~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ccc19a3c707a5320fbc784b6fbf7e2cdae055c;p=thirdparty%2Flibvirt.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 Reviewed-by: Peter Krempa --- diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 7414aafd11..1c59395203 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; }