tests/drm-*: Log drm-backend by default

This could be useful in investigating drm-* test hang-ups.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2024-07-25 16:43:57 +03:00
parent 2d8c1af8b7
commit e667a16752
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ fixture_setup(struct weston_test_harness *harness)
setup.shell = SHELL_TEST_DESKTOP;
setup.backend = WESTON_BACKEND_DRM;
setup.renderer = WESTON_RENDERER_PIXMAN;
setup.logging_scopes = "log,drm-backend";
return weston_test_harness_execute_as_client(harness, &setup);
}

View File

@ -38,6 +38,7 @@ fixture_setup(struct weston_test_harness *harness)
setup.backend = WESTON_BACKEND_DRM;
setup.renderer = WESTON_RENDERER_PIXMAN;
setup.shell = SHELL_TEST_DESKTOP;
setup.logging_scopes = "log,drm-backend";
weston_ini_setup(&setup,
cfgln("[shell]"),