mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +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;
|
program_name = command_str;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (list_subtests)
|
if (list_subtests && level <= IGT_LOG_WARN)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (igt_log_level > level)
|
if (igt_log_level > level)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user