mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
core: Improve phrasing for test requirements
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
+2
-2
@@ -648,12 +648,12 @@ void __igt_skip_check(const char *file, const int line,
|
||||
va_end(args);
|
||||
|
||||
igt_skip("Test requirement not met in function %s, file %s:%i:\n"
|
||||
"Test requirement: (%s)\n%s"
|
||||
"Test requirement: %s\n%s"
|
||||
"%s",
|
||||
func, file, line, check, buf, err_str ?: "");
|
||||
} else {
|
||||
igt_skip("Test requirement not met in function %s, file %s:%i:\n"
|
||||
"Test requirement: (%s)\n"
|
||||
"Test requirement: %s\n"
|
||||
"%s",
|
||||
func, file, line, check, err_str ?: "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user