diff options
| author | Patrick Steinhardt <ps@pks.im> | 2025-01-02 11:41:36 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-02-27 15:25:57 -0500 |
| commit | 23a9a25779db59b213a3dd546fb77625ede95841 (patch) | |
| tree | 556044933b9e8be1538c85695c1cffef79d8a256 /setup.py | |
| parent | d3c863997513be81c0c52ef209a57360b771d9e1 (diff) | |
| download | meson-23a9a25779db59b213a3dd546fb77625ede95841.tar.gz | |
mtest: filter summary lines without any results
After a test run finishes we print a summary that sums up test counts by
type, e.g. failed or skipped tests. In many cases though it is expected
that most of the counts will be zero, and thus the summary is needlessly
cluttered with irrelevant lines. This list of mostly-irrelevant results
will grow in a subsequent commit where we introduce "Ignored" test
results.
Prepare for this by filtering results. Instead of unconditionally
printing every result, we will now only print those results where we
have at least one counted test. The exception is "Ok:" and "Fail:",
which will always be printed.
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions
