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 Bug 40091: Fix indent in build result emails - - - - - 1 changed file: - tmpl/report_tor-browser_build.txt Changes: ===================================== tmpl/report_tor-browser_build.txt ===================================== @@ -8,8 +8,10 @@ Results [% FOREACH test IN tbbfiles.$tbbfile.tests -%] [% IF test.results -%] [% test.name %]: [% test.results.success ? 'ok' : 'failed (' _ test.fail_type _ ')' %] - [% IF test.type == 'rbm_build' -%] + + [%- IF test.type == 'rbm_build' -%] GitLab test pipeline: [% test.gitlab_pipeline_url ? test.gitlab_pipeline_url : 'failed run' %] - [% END -%] + + [%- END -%] [% END -%] [% END %] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
boklm (@boklm)