mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +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:
+1
-1
@@ -725,7 +725,7 @@ bool __igt_run_subtest(const char *subtest_name)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (skip_subtests_henceforth) {
|
if (skip_subtests_henceforth) {
|
||||||
printf("Subtest %s: SKIP\n", in_subtest);
|
printf("Subtest %s: SKIP\n", subtest_name);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user