tests: Use weston-test-desktop-shell by default

Spinning up the full desktop-shell is pointless overhead for most tests,
which don't need the full load.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2022-11-03 17:23:14 +00:00 committed by Pekka Paalanen
parent c129bda562
commit d1e8d46595
2 changed files with 2 additions and 2 deletions

View file

@ -189,7 +189,7 @@ compositor_setup_defaults_(struct compositor_setup *setup,
.test_quirks = (struct weston_testsuite_quirks){ },
.backend = WESTON_BACKEND_HEADLESS,
.renderer = RENDERER_NOOP,
.shell = SHELL_DESKTOP,
.shell = SHELL_TEST_DESKTOP,
.xwayland = false,
.width = 320,
.height = 240,

View file

@ -113,7 +113,7 @@ compositor_setup_defaults_(struct compositor_setup *setup,
* The defaults are:
* - backend: headless
* - renderer: noop
* - shell: desktop shell
* - shell: test desktop shell
* - xwayland: no
* - width: 320
* - height: 240