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
@ -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…
Reference in New Issue
Block a user