Re: [Intel-gfx] [PATCH] tests/kms_psr_sink_crc: Use options

2014-09-24 Thread Daniel Vetter
On Tue, Sep 23, 2014 at 08:51:09PM +, Vivi, Rodrigo wrote: > I had tried options but didn't liked because I was unable to list subtests... > so I gave back to env var... > > But now I see that I was probably forgetting igt_subtest_init_parse_opts() Please poke me next time around you want to

Re: [Intel-gfx] [PATCH] tests/kms_psr_sink_crc: Use options

2014-09-23 Thread Vivi, Rodrigo
I had tried options but didn't liked because I was unable to list subtests... so I gave back to env var... But now I see that I was probably forgetting igt_subtest_init_parse_opts() Thanks Acked/Reviewed-by: Rodrigo Vivi From: Daniel Vetter [daniel.vet

[Intel-gfx] [PATCH] tests/kms_psr_sink_crc: Use options

2014-09-23 Thread Daniel Vetter
Env variables are a bit more annoying since much harder to discover. With options you can just see what they do with --help. Cc: Rodrigo Vivi Signed-off-by: Daniel Vetter --- tests/kms_psr_sink_crc.c | 30 -- 1 file changed, 24 insertions(+), 6 deletions(-) diff --g