Re: [VSP-Tests PATCH 5/7] vsp-lib: Allow forcing pixel perfect comparisons

2019-02-19 Thread Laurent Pinchart
Hi Kieran, On Sun, Feb 17, 2019 at 08:51:52PM +, Kieran Bingham wrote: > On 17/02/2019 11:59, Laurent Pinchart wrote: > > On Tue, Dec 04, 2018 at 03:51:44PM +, Kieran Bingham wrote: > >> Provide a means for the tester to request pixel perfect matches on tests. > >> This can be either throu

Re: [VSP-Tests PATCH 5/7] vsp-lib: Allow forcing pixel perfect comparisons

2019-02-17 Thread Kieran Bingham
Hi Laurent, On 17/02/2019 11:59, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Tue, Dec 04, 2018 at 03:51:44PM +, Kieran Bingham wrote: >> Provide a means for the tester to request pixel perfect matches on tests. >> This can be either through setting the environmen

Re: [VSP-Tests PATCH 5/7] vsp-lib: Allow forcing pixel perfect comparisons

2019-02-17 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Tue, Dec 04, 2018 at 03:51:44PM +, Kieran Bingham wrote: > Provide a means for the tester to request pixel perfect matches on tests. > This can be either through setting the environment variable > VSP_PIXEL_PERFECT, or > by passing either '-p' or '--pix

[VSP-Tests PATCH 5/7] vsp-lib: Allow forcing pixel perfect comparisons

2018-12-04 Thread Kieran Bingham
Provide a means for the tester to request pixel perfect matches on tests. This can be either through setting the environment variable VSP_PIXEL_PERFECT, or by passing either '-p' or '--pixel-perfect' on the test command line. Signed-off-by: Kieran Bingham --- scripts/vsp-lib.sh | 11 ++-