From d1e8d46595c18424e62d513e3e1144cb7c671cd6 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 3 Nov 2022 17:23:14 +0000 Subject: [PATCH] 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 --- tests/weston-test-fixture-compositor.c | 2 +- tests/weston-test-fixture-compositor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/weston-test-fixture-compositor.c b/tests/weston-test-fixture-compositor.c index 2e9333a22..8e0eb6c5b 100644 --- a/tests/weston-test-fixture-compositor.c +++ b/tests/weston-test-fixture-compositor.c @@ -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, diff --git a/tests/weston-test-fixture-compositor.h b/tests/weston-test-fixture-compositor.h index 89869bba9..435ceed32 100644 --- a/tests/weston-test-fixture-compositor.h +++ b/tests/weston-test-fixture-compositor.h @@ -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