diff --git a/lib/igt_core.c b/lib/igt_core.c index 2692fe4e..bc588e2c 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -1507,7 +1507,7 @@ void igt_vlog(const char *domain, enum igt_log_level level, const char *format, program_name = command_str; #endif - if (list_subtests) + if (list_subtests && level <= IGT_LOG_WARN) return; if (igt_log_level > level)