aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-03-20 10:24:03 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-03-20 10:24:03 -0400
commitbf5d11f049d139e47ef0fff1708b492fba46cc00 (patch)
tree649456bcdfb3309883836b6371c9a1e0880e4ddb
parenta0cade8f1d1470cf3203baae16d181eb4df8e9fe (diff)
downloadmeson-bf5d11f049d139e47ef0fff1708b492fba46cc00.zip
meson-bf5d11f049d139e47ef0fff1708b492fba46cc00.tar.gz
meson-bf5d11f049d139e47ef0fff1708b492fba46cc00.tar.bz2
docs: fix incorrect default for test is_parallel
In the original RefMan 2.0 implementation, this incorrectly started claiming that the default is false. Fixes #10155
-rw-r--r--docs/yaml/functions/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/test.yaml b/docs/yaml/functions/test.yaml
index bc9ad03..4e79167 100644
--- a/docs/yaml/functions/test.yaml
+++ b/docs/yaml/functions/test.yaml
@@ -50,7 +50,7 @@ kwargs_inherit: benchmark
kwargs:
is_parallel:
type: bool
- default: false
+ default: true
description: |
when false, specifies that no other test must be
running at the same time as this test