Skip to content
GitLab
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
602ca7a9
Unverified
Commit
602ca7a9
authored
Mar 04, 2014
by
boklm
Browse files
report.html: skip tests which have not been run
parent
2ae36ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmpl/report.html
View file @
602ca7a9
...
...
@@ -23,6 +23,10 @@
<h1>
Results
</h1>
[% FOREACH test IN results.$tbbfile.tests.values %]
<h3>
[% test.name %]
</h3>
[% IF ! test.results %]
NOT RUN
[% NEXT %]
[% END %]
<ul>
<li><b>
Test type:
</b>
[% test.type %]
</li>
[% IF test.type == 'mozmill' %]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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