aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test-maxfail.md
AgeCommit message (Collapse)AuthorFilesLines
2022-11-06Generate release notes for 0.64.Jussi Pakkanen1-6/+0
2022-09-23mtest: implement a maxfail optionEli Schwartz1-0/+6
This allows early exit of the project tests once a certain number of failures are detected. For example `meson test --maxfail=1` will abort as soon as a single test fails. Currently running tests are marked as failed via INTERRUPT. Resolves #9352