Skip to content

Commit 9c1f724

Browse files
committed
change: adjust weston config
1 parent 5cbcd72 commit 9c1f724

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,5 @@ jobs:
3737
- name: Run tests
3838
run: |
3939
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
40+
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
4341
# non-headless gui example: meson test -C build --suite monitor "*:" --print-errorlogs

0 commit comments

Comments
 (0)