aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test-maxfail.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-11-06 15:42:05 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-11-06 15:42:05 +0200
commitc1e9a0ea60780e14f3579f4a0b7ecb10145b8adb (patch)
tree978c153c843051f066ff17e6097ee40ff6482472 /docs/markdown/snippets/test-maxfail.md
parentfa86a9d96d67343d625b717224747df30e3f1b28 (diff)
downloadmeson-c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb.zip
meson-c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb.tar.gz
meson-c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb.tar.bz2
Generate release notes for 0.64.
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.