Skip to content

Commit

Permalink
catch2 XML is at version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
CrustyAuklet committed Jul 2, 2024
1 parent f7625ae commit e49def5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snitch_reporter_catch2_xml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)}});
},
Expand Down

0 comments on commit e49def5

Please sign in to comment.