mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 14:26:17 +00:00
lib/drmtest: fix subtest output when skipping all tests
(null) isn't too nice ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
ec834c995f
commit
f219889608
@ -725,7 +725,7 @@ bool __igt_run_subtest(const char *subtest_name)
|
||||
}
|
||||
|
||||
if (skip_subtests_henceforth) {
|
||||
printf("Subtest %s: SKIP\n", in_subtest);
|
||||
printf("Subtest %s: SKIP\n", subtest_name);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user