[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40091: Fix indent in build result emails



Title: GitLab

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:

Changes:

  • tmpl/report_tor-browser_build.txt
    ... ... @@ -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 %]

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx