mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 12:18:08 +02:00
tests: Explicitly use desktop-shell for text-test
text-test wants to use the real desktop-shell so it can launch the input method. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
28842f210d
commit
1b837b6ff3
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ fixture_setup(struct weston_test_harness *harness)
|
|||
struct compositor_setup setup;
|
||||
|
||||
compositor_setup_defaults(&setup);
|
||||
setup.shell = SHELL_DESKTOP;
|
||||
|
||||
return weston_test_harness_execute_as_client(harness, &setup);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue