lib/drmtest: fix subtest output when skipping all tests
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 14 Aug 2013 20:13:38 +0000 (22:13 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 14 Aug 2013 20:13:38 +0000 (22:13 +0200)
(null) isn't too nice ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/drmtest.c

index 6e72c44..e05dda1 100644 (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;
        }