Skip to content

Commit d9af0cf

Browse files
committed
[rust] Export DISPLAY env with value :99 for Rust tests
1 parent 3d8891c commit d9af0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ build --test_output=errors
8282

8383
test --test_env=CI
8484
test --test_env=DASHBOARD_URL
85-
test --test_env=DISPLAY
85+
test --test_env=DISPLAY=":99"
8686
test --test_env=FIREFOX_NIGHTLY_BINARY
8787
test --test_env=GITHUB_ACTIONS
8888
test --test_env=MOZ_HEADLESS

0 commit comments

Comments
 (0)