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/-/commit/9461458daef4ed4866eba4e977e9023c0d555f63

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/9461458daef4ed4866eba4e977e9023c0d555f63
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


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to