diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-03-20 10:24:03 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-03-20 10:24:03 -0400 |
| commit | bf5d11f049d139e47ef0fff1708b492fba46cc00 (patch) | |
| tree | 649456bcdfb3309883836b6371c9a1e0880e4ddb /docs/yaml | |
| parent | a0cade8f1d1470cf3203baae16d181eb4df8e9fe (diff) | |
| download | meson-bf5d11f049d139e47ef0fff1708b492fba46cc00.tar.gz | |
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
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/functions/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/test.yaml b/docs/yaml/functions/test.yaml index bc9ad03eb..4e791671c 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 |
