[Piglit] [PATCH V3 08/10] test_result.mako: Drop redundant status and result field

Dylan Baker baker.dylan.c at gmail.com
Tue May 28 13:17:53 PDT 2013


In the old summary code one was set equal to the other, and then
written. In order to produce the same output they were both brought over
to the mako code. But they're rather silly and worthless and only one
should be kept.

Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 templates/test_result.mako | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/test_result.mako b/templates/test_result.mako
index c0e0fca..12cb081 100644
--- a/templates/test_result.mako
+++ b/templates/test_result.mako
@@ -11,7 +11,6 @@
     <h1>Results for ${testname}</h1>
     <h2>Overview</h2>
     <div>
-      <p><b>Status:</b> ${status}</p>
       <p><b>Result:</b> ${status}</p>
     </div>
     <p><a href="${index}">Back to summary</a></p>
-- 
1.8.1.4



More information about the Piglit mailing list