[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-152.0a1-16.0-2] fixup! BB 43243: Modify mozharness scripts for Base Browser



Title: GitLab

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:

Changes:

  • testing/mozharness/scripts/android_emulator_unittest.py
    ... ... @@ -410,6 +410,9 @@ class AndroidEmulatorTest(
    410 410
                 )
    
    411 411
             cmd.extend([f"--setpref={p}" for p in self.extra_prefs])
    
    412 412
     
    
    413
    +        if "marionette" in self.test_suite:
    
    414
    +            cmd.append("--log-raw=-")
    
    415
    +
    
    413 416
             if not (self.verify_enabled or self.per_test_coverage):
    
    414 417
                 if user_paths or self.test_tags:
    
    415 418
                     if user_paths:
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx