From e49def5c9521be925e8f1957028f3b8a60bfbf38 Mon Sep 17 00:00:00 2001 From: Ethan Slattery Date: Tue, 21 May 2024 19:46:33 -0700 Subject: [PATCH] catch2 XML is at version 3 --- src/snitch_reporter_catch2_xml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snitch_reporter_catch2_xml.cpp b/src/snitch_reporter_catch2_xml.cpp index b0ec32a3..ba680cb7 100644 --- a/src/snitch_reporter_catch2_xml.cpp +++ b/src/snitch_reporter_catch2_xml.cpp @@ -182,7 +182,7 @@ void reporter::report(const registry& r, const snitch::event::data& event) noexc *this, r, "Catch2TestRun", {{"name", make_escaped(e.name)}, {"rng-seed", "0"}, - {"xml-format-version", "2"}, + {"xml-format-version", "3"}, {"catch2-version", SNITCH_FULL_VERSION ".snitch"}, {"filters", make_filters(e.filters)}}); },