Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
583b1391
by Beatriz Rizental at 2025-01-14T19:49:35+01:00
1 changed file:
Changes:
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | # - x86-win11
|
12 | 12 | # script:
|
13 | 13 | # - ./mach python testing/mozbase/setup_development.py
|
14 | -# - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform windows --arch x86_64 --browser tor
|
|
14 | +# - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform windows --arch x86_64 --browser $BROWSER
|
|
15 | 15 | # rules:
|
16 | 16 | # - if: $CI_PIPELINE_SOURCE == "schedule"
|
17 | 17 | |
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | # - x86-macos
|
29 | 29 | # script:
|
30 | 30 | # - ./mach python testing/mozbase/setup_development.py
|
31 | -# - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform macos --arch x86_64 --browser tor
|
|
31 | +# - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform macos --arch x86_64 --browser $BROWSER
|
|
32 | 32 | # rules:
|
33 | 33 | # - if: $CI_PIPELINE_SOURCE == "schedule"
|
34 | 34 | |
... | ... | @@ -46,6 +46,6 @@ startup-test-linux: |
46 | 46 | - Xvfb :99 -screen 0 1400x900x24 &
|
47 | 47 | - export DISPLAY=:99
|
48 | 48 | - ./mach python testing/mozbase/setup_development.py
|
49 | - - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform linux --arch x86_64 --browser tor
|
|
49 | + - ./mach python .gitlab/ci/jobs/startup-test/startup-test.py --platform linux --arch x86_64 --browser $BROWSER
|
|
50 | 50 | rules:
|
51 | 51 | - if: $CI_PIPELINE_SOURCE == "schedule" |