Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-bundle-testsuite
Commits
df6af6db
Unverified
Commit
df6af6db
authored
Aug 17, 2014
by
boklm
Browse files
Add link to trac tickets if tickets is defined for a test
parent
29a96dd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmpl/report.html
View file @
df6af6db
...
...
@@ -157,6 +157,13 @@
<span
class=
"test_notok"
>
NOT OK
</span>
([% test.fail_type %])
[% END %]
</li>
[% IF test.tickets %]
<li><b>
Tickets:
</b>
[% FOREACH ticket IN test.tickets %]
<a
href=
"https://trac.torproject.org/projects/tor/ticket/[% ticket %]"
>
#[% ticket %]
</a>
[% END %]
</li>
[% END %]
<li><b>
Run time:
</b>
[% test.run_time %] seconds
</li>
</ul>
<h3>
Details
</h3>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment