Add SUCCEED and FAIL docs next to SKIP docs

This commit is contained in:
Martin Hořeňovský
2023-01-12 16:22:56 +01:00
parent 367c2cb248
commit 16f48f8c7c
4 changed files with 48 additions and 6 deletions

View File

@@ -563,7 +563,7 @@ processes, as is done with the [Bazel test sharding](https://docs.bazel.build/ve
By default, Catch2 test binaries return non-0 exit code if no tests were run,
e.g. if the binary was compiled with no tests, the provided test spec matched no
tests, or all tests [were skipped at runtime](skipping.md#top). This flag
tests, or all tests [were skipped at runtime](skipping-passing-failing.md#top). This flag
overrides that, so a test run with no tests still returns 0.
## Output verbosity