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

[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40103: Save trigger pipeline script logs to a file



Title: GitLab

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

Commits:

  • 9461458d
    by Beatriz Rizental at 2026-05-18T19:27:36+02:00
    Bug 40103: Save trigger pipeline script logs to a file
    

1 changed file:

Changes:

  • config/tb-build-06.torproject.org
    ... ... @@ -42,7 +42,12 @@ my $test_post = sub {
    42 42
             '--publish-url', $publish_url,
    
    43 43
             '--publish-dir', $test->{publish_dir},
    
    44 44
         );
    
    45
    -    print STDERR $stderr if $stderr;
    
    45
    +    write_file(
    
    46
    +      "$tbbinfos->{'results-dir'}/$test->{name}.trigger-test-pipeline.stderr.txt",
    
    47
    +      $stderr);
    
    48
    +    write_file(
    
    49
    +      "$tbbinfos->{'results-dir'}/$test->{name}.trigger-test-pipeline.stdout.txt",
    
    50
    +      $stdout);
    
    46 51
         if (!$success) {
    
    47 52
             $test->{gitlab_pipeline_url} = 'failed run';
    
    48 53
             return;
    

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