mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: Include value of expensive_tests in summary
It's useful information to have available at a glance. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
1d46f03a55
commit
556fbc7f02
@ -2444,6 +2444,7 @@ win_summary = {
|
||||
summary(win_summary, section: 'Windows', bool_yn: true)
|
||||
|
||||
test_summary = {
|
||||
'Expensive': use_expensive_tests,
|
||||
'Coverage': coverage_flags.length() > 0,
|
||||
}
|
||||
summary(test_summary, section: 'Test suite', bool_yn: true)
|
||||
|
Loading…
Reference in New Issue
Block a user