aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test-maxfail.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/test-maxfail.md')
-rw-r--r--docs/markdown/snippets/test-maxfail.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/test-maxfail.md b/docs/markdown/snippets/test-maxfail.md
deleted file mode 100644
index 1487977..0000000
--- a/docs/markdown/snippets/test-maxfail.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## 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.