[Piglit] [PATCH 09/12] test_result.mako: Drop redundant status and result field

Dylan Baker baker.dylan.c at gmail.com
Thu May 9 23:09:23 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 7de0af7..dae4000 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