Skip to content

Commit 7377c16

Browse files
tintoustsdc
authored andcommitted
Fix command syntax for running tests in CI
1 parent 7841ff3 commit 7377c16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ 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 --idle-time=0 & dbus-run-session --env WAYLAND_DISPLAY=wayland-1 meson test --suite monitor-gui-headless "*:" --print-errorlogs
41-
# non-headless gui example: meson test -C build --suite monitor "*:" --print-errorlogs
40+
weston --backend=headless --socket=wayland-1 --idle-time=0 &
41+
dbus-run-session -- env WAYLAND_DISPLAY=wayland-1 meson test --suite monitor-gui-headless "*:" --print-errorlogs
42+
# non-headless gui example: meson test -C build --suite monitor "*:" --print-errorlogs

0 commit comments

Comments
 (0)