From f2198896087b160bdc13eb8cf9b2dd54e79d52da Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 14 Aug 2013 22:13:38 +0200 Subject: [PATCH] lib/drmtest: fix subtest output when skipping all tests (null) isn't too nice ... Signed-off-by: Daniel Vetter --- lib/drmtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index 6e72c44..e05dda1 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -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; } -- 2.7.4