We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbcd72 commit 9c1f724Copy full SHA for 9c1f724
.github/workflows/test.yml
@@ -37,7 +37,5 @@ jobs:
37
- name: Run tests
38
run: |
39
export XDG_RUNTIME_DIR="$(mktemp --tmpdir -d xdg-runtime-XXXXXX)"
40
- weston --backend=headless --socket=wayland-1
41
- export WAYLAND_DISPLAY=wayland-1
42
- meson test -C build --suite monitor-gui-headless "*:" --print-errorlogs
+ weston --backend=headless --socket=wayland-1 --idle-time=0 & dbus-run-session --env WAYLAND_DISPLAY=wayland-1 meson test --suite monitor-gui-headless "*:" --print-errorlogs
43
# non-headless gui example: meson test -C build --suite monitor "*:" --print-errorlogs
0 commit comments