boklm pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite

Commits:

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 %]