Skip to content

Commit 7869fdc

Browse files
committed
[rust] Allow Bazel access Program Files environment variables
1 parent a4b0ddd commit 7869fdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.bazelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ build --test_env=RUBYOPT="-Irb/lib -w"
6767
build --action_env=HOME
6868
test --test_env=HOME
6969

70+
# Expose necessary variables for Seleinum-Manager.
71+
72+
test:windows --test_env=PROGRAMFILES
73+
test:windows --test_env="PROGRAMFILES(X86)"="C:\\Program Files (x86)"
74+
7075
test --test_timeout=1800
7176

7277
test:node_debug --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results

0 commit comments

Comments
 (0)