Re: [Intel-gfx] [PATCH i-g-t 2/3] lib: print the name of the currently running subtest

2014-03-11 Thread Daniel Vetter
On Tue, Mar 11, 2014 at 04:18:49PM +, Thomas Wood wrote: > Signed-off-by: Thomas Wood > --- > lib/drmtest.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/lib/drmtest.c b/lib/drmtest.c > index 9f6e701..b8d3542 100644 > --- a/lib/drmtest.c > +++ b/lib/drmtest.c >

[Intel-gfx] [PATCH i-g-t 2/3] lib: print the name of the currently running subtest

2014-03-11 Thread Thomas Wood
Signed-off-by: Thomas Wood --- lib/drmtest.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index 9f6e701..b8d3542 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -1007,6 +1007,9 @@ bool __igt_run_subtest(const char *subtest_name)