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: - config/tb-build-06.torproject.org Changes: ===================================== config/tb-build-06.torproject.org ===================================== @@ -42,7 +42,12 @@ my $test_post = sub { '--publish-url', $publish_url, '--publish-dir', $test->{publish_dir}, ); - print STDERR $stderr if $stderr; + write_file( + "$tbbinfos->{'results-dir'}/$test->{name}.trigger-test-pipeline.stderr.txt", + $stderr); + write_file( + "$tbbinfos->{'results-dir'}/$test->{name}.trigger-test-pipeline.stdout.txt", + $stdout); if (!$success) { $test->{gitlab_pipeline_url} = 'failed run'; return; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
boklm (@boklm)