diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2022-01-15 23:36:42 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-02-01 09:05:26 +0100 |
| commit | fc661c35a20a7cc85f76e5e0c502700f42e27cf2 (patch) | |
| tree | 55fdc3213419420b3fa7c9c2480f6819d377cc6e /docs/yaml/functions/benchmark.yaml | |
| parent | 3f3439522c66de4620f36f804bdf16c5d0dc9ce1 (diff) | |
| download | meson-fc661c35a20a7cc85f76e5e0c502700f42e27cf2.tar.gz | |
interpreter: support for forcibly verbose logging of some tests
Add a new keyword argument to test() and benchmark(), completing the
implementation of the feature.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/yaml/functions/benchmark.yaml')
| -rw-r--r-- | docs/yaml/functions/benchmark.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/yaml/functions/benchmark.yaml b/docs/yaml/functions/benchmark.yaml index da465aa83..3082fbe12 100644 --- a/docs/yaml/functions/benchmark.yaml +++ b/docs/yaml/functions/benchmark.yaml @@ -104,3 +104,11 @@ kwargs: The starting order of tests with identical priorities is implementation-defined. The default priority is 0, negative numbers are permitted. + + verbose: + type: bool + since: 0.62.0 + default: false + description: | + if true, forces the test results to be logged as if `--verbose` was passed + to `meson test`. |
