Skip to content

Commit

Permalink
[rust] Allow Bazel access Program Files environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 21, 2023
1 parent a4b0ddd commit 7869fdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ build --test_env=RUBYOPT="-Irb/lib -w"
build --action_env=HOME
test --test_env=HOME

# Expose necessary variables for Seleinum-Manager.

test:windows --test_env=PROGRAMFILES
test:windows --test_env="PROGRAMFILES(X86)"="C:\\Program Files (x86)"

test --test_timeout=1800

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

0 comments on commit 7869fdc

Please sign in to comment.