@@ -47,20 +47,20 @@ build --test_output=errors
47
47
48
48
# pass environment variables to the test environment
49
49
50
- build --test_env=CI
51
- build --test_env=DASHBOARD_URL
52
- build --test_env=DISPLAY
53
- build --test_env=FIREFOX_NIGHTLY_BINARY
54
- build --test_env=GITHUB_ACTIONS
55
- build --test_env=MOZ_HEADLESS
56
- build --test_env=PATH # Remove once browser pinning works
57
- build --test_env=SELENIUM_BROWSER
58
- build --test_env=TRAVIS
59
- build --test_env=PYTHON_VERSION
50
+ test --test_env=CI
51
+ test --test_env=DASHBOARD_URL
52
+ test --test_env=DISPLAY
53
+ test --test_env=FIREFOX_NIGHTLY_BINARY
54
+ test --test_env=GITHUB_ACTIONS
55
+ test --test_env=MOZ_HEADLESS
56
+ test --test_env=PATH # Remove once browser pinning works
57
+ test --test_env=SELENIUM_BROWSER
58
+ test --test_env=TRAVIS
59
+ test --test_env=PYTHON_VERSION
60
60
61
61
# Remove once rules_ruby support proper $LOAD_PATH expansion.
62
62
63
- build --test_env=RUBYOPT="-Irb/lib -w"
63
+ test --test_env=RUBYOPT="-Irb/lib -w"
64
64
65
65
# JRuby/TruffleRuby: https://github.com/jruby/jruby/issues/5661
66
66
@@ -118,6 +118,7 @@ test:remote --test_tag_filters=-edge,-safari,-remote
118
118
# Env vars we can hard code
119
119
build:remote --action_env=HOME=/home/dev
120
120
build:remote --action_env=PATH=/bin:/usr/bin:/usr/local/bin
121
+ test:remote --test_env=PATH=/bin:/usr/bin:/usr/local/bin
121
122
test:remote --test_env=HOME=/home/dev
122
123
123
124
# Make sure we sniff credentials properly
0 commit comments