Re: [Piglit] [PATCH] summary: fix processing of incomplete results in csv output

2015-06-29 Thread Dylan Baker
Reviewed-by: Dylan Baker On Mon, Jun 29, 2015 at 01:40:56PM +0100, Thomas Wood wrote: > Incomplete results do not include a time or return code, so use a blank > string as the default value for these keys. > > Signed-off-by: Thomas Wood > --- > framework/programs/summary.py | 4 ++-- > 1 file

[Piglit] [PATCH] summary: fix processing of incomplete results in csv output

2015-06-29 Thread Thomas Wood
Incomplete results do not include a time or return code, so use a blank string as the default value for these keys. Signed-off-by: Thomas Wood --- framework/programs/summary.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/programs/summary.py b/framework/progr