mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-09 18:11:10 +02:00
6185d0cc0a
This changes the compact reporter's summary of test run totals to use the same format as the console reporter. This means that while output is no longer on a single line (two instead), it now includes totals for `failedButOk` test cases and assertions, which were previously missing.