[libvirt PATCH] meson: Include value of expensive_tests in summary

Andrea Bolognani abologna at redhat.com
Tue Sep 22 13:18:20 UTC 2020


It's useful information to have available at a glance.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index 24535a403c..4d42468a51 100644
--- a/meson.build
+++ b/meson.build
@@ -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)
-- 
2.26.2




More information about the libvir-list mailing list