mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib/drmtest: Don't spoil stdout when listing tests
Oops. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
6234658063
commit
f542b0970a
@ -771,9 +771,11 @@ void igt_skip(void)
|
||||
void __igt_skip_check(const char *file, const int line,
|
||||
const char *func, const char *check)
|
||||
{
|
||||
printf("Test requirement not met in function %s, file %s:%i:\n"
|
||||
"Test requirement: (%s)\n",
|
||||
func, file, line, check);
|
||||
if (!igt_only_list_subtests()) {
|
||||
printf("Test requirement not met in function %s, file %s:%i:\n"
|
||||
"Test requirement: (%s)\n",
|
||||
func, file, line, check);
|
||||
}
|
||||
igt_skip();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user