Re: [Piglit] [PATCH v2 1/1] results.py: Print warning when overwriting subtest results

2014-09-08 Thread Dylan Baker
Sure, done. On Monday, September 08, 2014 10:54:48 AM Jan Vesely wrote: > On Thu, 2014-09-04 at 15:39 -0700, Dylan Baker wrote: > > Reviewed-by: Dylan Baker > > thank you. Can you push it as well? I don't have commit access. > > jan > > > > > On Thursday, September 04, 2014 06:14:11 PM Jan Ve

Re: [Piglit] [PATCH v2 1/1] results.py: Print warning when overwriting subtest results

2014-09-08 Thread Jan Vesely
On Thu, 2014-09-04 at 15:39 -0700, Dylan Baker wrote: > Reviewed-by: Dylan Baker thank you. Can you push it as well? I don't have commit access. jan > > On Thursday, September 04, 2014 06:14:11 PM Jan Vesely wrote: > > v2: don't mix tabs and spaces > > use 'in' instead of 'has_key' > > >

Re: [Piglit] [PATCH v2 1/1] results.py: Print warning when overwriting subtest results

2014-09-04 Thread Dylan Baker
Reviewed-by: Dylan Baker On Thursday, September 04, 2014 06:14:11 PM Jan Vesely wrote: > v2: don't mix tabs and spaces > use 'in' instead of 'has_key' > > Signed-off-by: Jan Vesely > --- > framework/results.py | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git

[Piglit] [PATCH v2 1/1] results.py: Print warning when overwriting subtest results

2014-09-04 Thread Jan Vesely
v2: don't mix tabs and spaces use 'in' instead of 'has_key' Signed-off-by: Jan Vesely --- framework/results.py | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/framework/results.py b/framework/results.py index ddadcc1..820b39c 100644 --- a/framework/results.py +++