Re: [Intel-gfx] [PATCH i-g-t 7/8] lib: always warn about unknown options

2014-07-24 Thread Gore, Tim
Yes, this looks sensible. > -Original Message- > From: Thomas Wood [mailto:thomas.w...@intel.com] > Sent: Wednesday, July 23, 2014 11:58 AM > To: intel-gfx@lists.freedesktop.org > Cc: Gore, Tim; daniel.vet...@ffwll.ch > Subject: [PATCH i-g-t 7/8] lib: always warn about unknown options > >

[Intel-gfx] [PATCH i-g-t 7/8] lib: always warn about unknown options

2014-07-23 Thread Thomas Wood
All tests can now register extra options, so there should not be any unknown options. Signed-off-by: Thomas Wood --- lib/igt_core.c | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/lib/igt_core.c b/lib/igt_core.c index 0867c27..42b22fc 100644 --- a