Pier Angelo Vendrame pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: bd96b22b by Beatriz Rizental at 2026-06-10T22:34:52+02:00 fixup! BB 43243: Modify mozharness scripts for Base Browser Bug 40112: Correctly direct marionette logs so they can vbe parsed - - - - - 1 changed file: - testing/mozharness/scripts/android_emulator_unittest.py Changes: ===================================== testing/mozharness/scripts/android_emulator_unittest.py ===================================== @@ -410,6 +410,9 @@ class AndroidEmulatorTest( ) cmd.extend([f"--setpref={p}" for p in self.extra_prefs]) + if "marionette" in self.test_suite: + cmd.append("--log-raw=-") + if not (self.verify_enabled or self.per_test_coverage): if user_paths or self.test_tags: if user_paths: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/bd96b22b... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/bd96b22b... 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)
-
Pier Angelo Vendrame (@pierov)