Re: [PATCH v1 weston 05/11] tests: Allow tests to use customized command line parameters

2014-11-24 Thread Pekka Paalanen
On Fri, 21 Nov 2014 12:38:35 -0800 Bryce Harrington wrote: > On Fri, Nov 21, 2014 at 04:56:03PM +0200, Pekka Paalanen wrote: > > On Wed, 19 Nov 2014 15:06:20 -0800 > > Bryce Harrington wrote: > > > > > From: Derek Foreman > > > > > > Tests will now return the extra command line parameters the

Re: [PATCH v1 weston 05/11] tests: Allow tests to use customized command line parameters

2014-11-21 Thread Bryce Harrington
On Fri, Nov 21, 2014 at 04:56:03PM +0200, Pekka Paalanen wrote: > On Wed, 19 Nov 2014 15:06:20 -0800 > Bryce Harrington wrote: > > > From: Derek Foreman > > > > Tests will now return the extra command line parameters they need > > when run with --params > > > > Signed-off-by: Bryce Harrington

Re: [PATCH v1 weston 05/11] tests: Allow tests to use customized command line parameters

2014-11-21 Thread Pekka Paalanen
On Wed, 19 Nov 2014 15:06:20 -0800 Bryce Harrington wrote: > From: Derek Foreman > > Tests will now return the extra command line parameters they need > when run with --params > > Signed-off-by: Bryce Harrington > --- > tests/weston-test-runner.c | 8 > tests/weston-tests-env |

[PATCH v1 weston 05/11] tests: Allow tests to use customized command line parameters

2014-11-19 Thread Bryce Harrington
From: Derek Foreman Tests will now return the extra command line parameters they need when run with --params Signed-off-by: Bryce Harrington --- tests/weston-test-runner.c | 8 tests/weston-tests-env | 1 + 2 files changed, 9 insertions(+) diff --git a/tests/weston-test-runner.c