boklm pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite
Commits:
-
d74b0cd1
by Nicolas Vigier at 2026-04-28T10:33:27+02:00
1 changed file:
Changes:
| ... | ... | @@ -8,8 +8,10 @@ Results |
| 8 | 8 | [% FOREACH test IN tbbfiles.$tbbfile.tests -%]
|
| 9 | 9 | [% IF test.results -%]
|
| 10 | 10 | [% test.name %]: [% test.results.success ? 'ok' : 'failed (' _ test.fail_type _ ')' %]
|
| 11 | - [% IF test.type == 'rbm_build' -%]
|
|
| 11 | + |
|
| 12 | + [%- IF test.type == 'rbm_build' -%]
|
|
| 12 | 13 | GitLab test pipeline: [% test.gitlab_pipeline_url ? test.gitlab_pipeline_url : 'failed run' %]
|
| 13 | - [% END -%]
|
|
| 14 | + |
|
| 15 | + [%- END -%]
|
|
| 14 | 16 | [% END -%]
|
| 15 | 17 | [% END %] |