Skip to content

Commit 7f949cf

Browse files
committed
[rust] Expose DISPLAY env in Linux and macOS
1 parent 162a2ac commit 7f949cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ test:windows --test_env=PATH
107107
test:windows --test_env=LOCALAPPDATA
108108
test:windows --test_env=PROGRAMFILES="C:\\Program Files"
109109
test:windows --test_env=PROGRAMFILES(X86)="C:\\Program Files (x86)"
110+
test:linux --test_env=DISPLAY
111+
test:macos --test_env=DISPLAY
110112

111113
test --test_timeout=1800
112114

0 commit comments

Comments
 (0)