tests: Use test-desktop-shell for devices-test
It doesn't need to be using desktop-shell; trying to use it is not sensible as it will try to bind to all the devices we're repeatedly creating and destroying, sometimes lose the race, and fail the test because desktop-shell has died too early. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
450ec38d79
commit
ed97387a4e
|
@ -36,6 +36,8 @@ fixture_setup(struct weston_test_harness *harness)
|
|||
|
||||
compositor_setup_defaults(&setup);
|
||||
|
||||
setup.shell = SHELL_TEST_DESKTOP;
|
||||
|
||||
return weston_test_harness_execute_as_client(harness, &setup);
|
||||
}
|
||||
DECLARE_FIXTURE_SETUP(fixture_setup);
|
||||
|
|
Loading…
Reference in New Issue