File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,14 @@ test --test_output=all
1616
1717################ Machine Configurations ################
1818
19- # The XDR_RUNTIME_DIR and DISPLAY environment variables must be passed to the tests
20- # so that our GUIs can be enabled for simulated tests. This is needed for Qt
21- # to find the X-Window system and create windows
19+ # The XDG_RUNTIME_DIR, DISPLAY, WAYLAND_DISPLAY, and QT_QPA_PLATFORM
20+ # environment variables must be passed to the tests so that our GUIs can be
21+ # enabled for simulated tests. This is needed for Qt to find the X-Window
22+ # system or Wayland and create windows.
2223build --test_env=XDG_RUNTIME_DIR
2324build --test_env=DISPLAY
25+ build --test_env=WAYLAND_DISPLAY
26+ build --test_env=QT_QPA_PLATFORM
2427
2528# Setup python bin/lib to point to our venv
2629build --action_env=PYTHON_BIN_PATH=/opt/tbotspython/bin/python3.12
You can’t perform that action at this time.
0 commit comments