The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
366 B
7 lines
366 B
2 years ago
|
## Option to allow meson test to fail fast after the first failing testcase
|
||
|
|
||
|
`meson test --maxfail=1` will now cause all pending or in-progress tests to be
|
||
|
canceled or interrupted after 1 test is marked as failing. This can be used for
|
||
|
example to quit a CI run and avoid burning additional time as soon as it is
|
||
|
known that the overall return status will be failing.
|