summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-10-21 15:18:15 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2013-11-05 07:49:38 -0800
commit0c98c45c300fd9ca05285090707874e1b6835849 (patch)
tree845e8851c7a59860d50360cd97112bc43cb7f2b0 /templates
parent8fb5eb43b13f33b93ef1cfd2c0afa99aa17e66c0 (diff)
summary-html: Add Environment to HTML pages
Specifically for glean tests setting certain environment variables are needed to run a certain subtest in glean. This patch prints that in the HTML results. Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/test_result.mako8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/test_result.mako b/templates/test_result.mako
index a2c749ccd..490c00951 100644
--- a/templates/test_result.mako
+++ b/templates/test_result.mako
@@ -34,6 +34,14 @@
<pre>${info | h}</pre>
</td>
</tr>
+ % if env:
+ <tr>
+ <td>Environment</td>
+ <td>
+ <pre>${env | h}</pre>
+ </td>
+ </tr>
+ % endif
<tr>
<td>Command</td>
<td>