tor-browser

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

commit b4b9c2ab91824ec0ecb16b6b5a1f308afa065ea3
parent 75370b03ee98d51ae3b18e0852a36e657204aa58
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Thu, 23 Oct 2025 08:25:24 +0000

Bug 1994574 - fix location of apk test reports. r=aaronmt

Account for the change in build directory from (I think) bug 1951190.

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

Diffstat:
Mtaskcluster/kinds/test-apk/kind.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/taskcluster/kinds/test-apk/kind.yml b/taskcluster/kinds/test-apk/kind.yml @@ -57,10 +57,10 @@ tasks: worker: artifacts: - name: public/reports/index.html - path: /builds/worker/checkouts/gecko/mobile/android/focus-android/app/build/reports/tests/testFocusDebugUnitTest/index.html + path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/focus-android/app/reports/tests/testFocusDebugUnitTest/index.html type: file - name: public/reports/test - path: /builds/worker/checkouts/gecko/mobile/android/focus-android/app/build/reports/tests + path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/focus-android/app/reports/tests type: directory fenix-debug: @@ -80,10 +80,10 @@ tasks: worker: artifacts: - name: public/reports/index.html - path: /builds/worker/checkouts/gecko/mobile/android/fenix/app/build/reports/tests/testFenixDebugUnitTest/index.html + path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/fenix/app/reports/tests/testFenixDebugUnitTest/index.html type: file - name: public/reports/test - path: /builds/worker/checkouts/gecko/mobile/android/fenix/app/build/reports/tests + path: /builds/worker/workspace/obj-build/gradle/build/mobile/android/fenix/app/reports/tests type: directory routes: by-level: