mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-30 08:49:32 +01:00
Previously it returned the sum of listed things because ???. This was completely useless and in many ways actively counterproductive because of the success/failure conventions around exit codes. Closes #1410