Add a new keyword argument to test() and benchmark(), completing the implementation of the feature. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/9834/head
parent
3f3439522c
commit
fc661c35a2
6 changed files with 27 additions and 3 deletions
@ -0,0 +1,6 @@ |
||||
## New keyword argument `verbose` for tests and benchmarks |
||||
|
||||
The new keyword argument `verbose` can be used to mark tests and benchmarks |
||||
that must always be logged verbosely on the console. This is particularly |
||||
useful for long-running tests, or when a single Meson test() is wrapping |
||||
an external test harness. |
Loading…
Reference in new issue