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
1 changed file:
Changes:
| ... | ... | @@ -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;
|