From 20ccc19a3c707a5320fbc784b6fbf7e2cdae055c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Wed, 3 Nov 2021 09:25:20 +0100 Subject: [PATCH] tests: qemuxml2argv: remove validation warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- tests/qemuxml2argvtest.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.47.2