From 94a15c3e687cfa23e129557469ac47adf8065864 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Thu, 17 Jul 2025 17:34:59 +0200 Subject: [PATCH] tests: qemuxmlconftests: store suffix in testQemuInfo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Next patch will need this to construct the path to the output file in a deeper level of nesting. Signed-off-by: Ján Tomko Reviewed-by: Laine Stump --- tests/qemuxmlconftest.c | 1 + tests/testutilsqemu.h | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/qemuxmlconftest.c b/tests/qemuxmlconftest.c index b1bc23d6b7..04710ec40e 100644 --- a/tests/qemuxmlconftest.c +++ b/tests/qemuxmlconftest.c @@ -999,6 +999,7 @@ testRun(const char *name, va_list ap; info->name = name; + info->suffix = suffix; info->conf = testConf; va_start(ap, testConf); diff --git a/tests/testutilsqemu.h b/tests/testutilsqemu.h index 62943bb2d8..a8e0fefa84 100644 --- a/tests/testutilsqemu.h +++ b/tests/testutilsqemu.h @@ -98,6 +98,7 @@ struct testQemuArgs { struct _testQemuInfo { const char *name; + const char *suffix; char *infile; char *outfile; char *out_xml_active; -- 2.47.3