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:
parent
2d8c1af8b7
commit
e667a16752
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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]"),
|
||||
|
|
Loading…
Reference in New Issue