Re: [Piglit] [PATCH v2 03/11] templates: adds mako templates for new summary code

2013-05-25 Thread Dylan Baker
Cool, I can make those changes. As a side note, mako indents are wysiwyg, so there is a balancing act between getting an easy to read template and an easy to read output. On Sat, May 25, 2013 at 2:34 AM, Kenneth Graunke wrote: > On 05/17/2013 09:31 AM, Dylan Baker wrote: > >> Adds the actual te

Re: [Piglit] [PATCH v2 03/11] templates: adds mako templates for new summary code

2013-05-25 Thread Kenneth Graunke
On 05/17/2013 09:31 AM, Dylan Baker wrote: Adds the actual templates used to by the new mako based summary code. Signed-off-by: Dylan Baker It would be great to use spaces in this (rather than tabs) for consistency. The embedded Python code already uses spaces. --- templates/index.mako

[Piglit] [PATCH v2 03/11] templates: adds mako templates for new summary code

2013-05-17 Thread Dylan Baker
Adds the actual templates used to by the new mako based summary code. Signed-off-by: Dylan Baker --- templates/index.mako | 79 ++ templates/test_index.mako | 49 templates/test_result.mako | 47 +