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

Commits:

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;