mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
lib: print warning and critical messages when listing subtests
These messages are sent to stderr and could indicate an issue when enumerating subtests. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
a228223ffa
commit
61737903ad
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user