summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-04-30 09:23:07 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2013-05-31 14:11:21 -0700
commit80f597632541ef2c178d2367602ca0e055526496 (patch)
treef97118002a8643c75903917f65963aa8e543b79e /templates
parenta4c72292ba80fd221fbc329d79685fa7b92e436e (diff)
test_result.mako: Drop redundant status and result field
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@gmail.com> Reviewed-By: Aaron Watry <awatry@gmail.com> Reviewed-By: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/test_result.mako1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/test_result.mako b/templates/test_result.mako
index c0e0fcab1..12cb081d7 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>