mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
docs: add a glossary of test name terms
Add a glossary of test name terms based on the details in tests/NAMING-CONVENTION. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+1
-13
@@ -1433,20 +1433,8 @@ void igt_log(enum igt_log_level level, const char *format, ...)
|
||||
{
|
||||
va_list args;
|
||||
|
||||
assert(format);
|
||||
|
||||
if (list_subtests)
|
||||
return;
|
||||
|
||||
if (igt_log_level > level)
|
||||
return;
|
||||
|
||||
va_start(args, format);
|
||||
if (level == IGT_LOG_WARN) {
|
||||
fflush(stdout);
|
||||
vfprintf(stderr, format, args);
|
||||
} else
|
||||
vprintf(format, args);
|
||||
igt_vlog(level, format, args);
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user