Re: [VSP-Tests PATCH 3/7] vsp-lib: Provide command line argument parsing

2019-02-17 Thread Kieran Bingham
Hi Laurent, On 17/02/2019 02:48, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Tue, Dec 04, 2018 at 03:51:42PM +, Kieran Bingham wrote: >> Extend the vsp-lib to support command line parsing for all tests. The >> arguments parsed here should be common to all tests,

Re: [VSP-Tests PATCH 3/7] vsp-lib: Provide command line argument parsing

2019-02-16 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Tue, Dec 04, 2018 at 03:51:42PM +, Kieran Bingham wrote: > Extend the vsp-lib to support command line parsing for all tests. The > arguments parsed here should be common to all tests, and initially > provide shell level verbose debug output, and the opt

[VSP-Tests PATCH 3/7] vsp-lib: Provide command line argument parsing

2018-12-04 Thread Kieran Bingham
Extend the vsp-lib to support command line parsing for all tests. The arguments parsed here should be common to all tests, and initially provide shell level verbose debug output, and the option to easily keep frames output by the VSP1. Signed-off-by: Kieran Bingham --- scripts/vsp-lib.sh | 34 +