tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit af9c57d2cf904ae31d843884db2f88cef8de62ac
parent 27ba29bd9c97f680f41b8fb57cac394aa516647a
Author: Joel Maher <joel.maher@gmail.com>
Date:   Wed, 22 Oct 2025 15:01:35 +0000

Bug 1995088 - fix mozinfo access in per test code. r=ci-and-tooling,aryx

Differential Revision: https://phabricator.services.mozilla.com/D269609

Diffstat:
Mtesting/mozharness/mozharness/mozilla/testing/per_test_base.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/mozharness/mozharness/mozilla/testing/per_test_base.py b/testing/mozharness/mozharness/mozilla/testing/per_test_base.py @@ -188,7 +188,7 @@ class SingleTestMixin: ) continue - if mozinfo["fission"] and ( + if mozinfo.info["fission"] and ( (entry[0] == "mochitest-a11y") or (entry[0] == "mochitest-chrome") ): self.info(