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:
Daniel Vetter 2013-08-14 22:13:38 +02:00
parent ec834c995f
commit f219889608

View File

@ -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;
}