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:
Daniel Stone 2022-11-03 17:20:28 +00:00 committed by Pekka Paalanen
parent 28842f210d
commit 1b837b6ff3

View File

@ -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);
}