diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-01-14 11:37:34 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-01-22 12:18:59 +0100 |
commit | 4d6a0cc174c7374f398f33f56353334036c499b7 (patch) | |
tree | 884e5d46817d8a37e1473b43d4b299c72471e08f /docs/markdown/snippets | |
parent | 959e4b3a5e13f778892e9229bdb1fc3a6ad8d986 (diff) | |
download | meson-4d6a0cc174c7374f398f33f56353334036c499b7.zip meson-4d6a0cc174c7374f398f33f56353334036c499b7.tar.gz meson-4d6a0cc174c7374f398f33f56353334036c499b7.tar.bz2 |
mtest: log test start in verbose mode
In non-parallel verbose mode the output of the test/benchmark
is not buffered, therefore the command line is only printed by
ConsoleLogger for failing tests and only after the test has run.
Verbose mode is designed mostly for CI systems, where output must
be human readable but is generally consumed from a browser with "Find"
commands rather than from a terminal. With this usecase in mind, it
is better to provide as much detail as possible, so add more output
and just tell the user which tests have started. Do so, using the
recently introduced TestResult.RUNNING state.
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions