Re: [PATCH weston 4/7] tests: implement get_test_name()

2017-02-07 Thread Quentin Glidic
On 07/02/2017 12:34, Pekka Paalanen wrote: On Tue, 7 Feb 2017 11:39:38 +0100 Quentin Glidic wrote: On 27/01/2017 17:30, Emilio Pozuelo Monfort wrote: From: Pekka Paalanen Screenshot tests often want to use the test name for writing out images. This is a helper to get the test name without w

Re: [PATCH weston 4/7] tests: implement get_test_name()

2017-02-07 Thread Pekka Paalanen
On Tue, 7 Feb 2017 11:39:38 +0100 Quentin Glidic wrote: > On 27/01/2017 17:30, Emilio Pozuelo Monfort wrote: > > From: Pekka Paalanen > > > > Screenshot tests often want to use the test name for writing out images. > > This is a helper to get the test name without writing it multiple times > >

Re: [PATCH weston 4/7] tests: implement get_test_name()

2017-02-07 Thread Quentin Glidic
On 27/01/2017 17:30, Emilio Pozuelo Monfort wrote: From: Pekka Paalanen Screenshot tests often want to use the test name for writing out images. This is a helper to get the test name without writing it multiple times in the source. Signed-off-by: Pekka Paalanen Reviewed-by: Emilio Pozuelo Mon

[PATCH weston 4/7] tests: implement get_test_name()

2017-01-27 Thread Emilio Pozuelo Monfort
From: Pekka Paalanen Screenshot tests often want to use the test name for writing out images. This is a helper to get the test name without writing it multiple times in the source. Signed-off-by: Pekka Paalanen Reviewed-by: Emilio Pozuelo Monfort --- tests/weston-test-runner.c | 21 ++