From 06b57e1dda535c1a4737d937e5859a0541bcb5f8 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 31 Mar 2023 09:03:00 +0300 Subject: tests/xwayland-test: Also print out Weston log messages We don't accumulate log scopes with was previous set internally so enable the "log" scope (explicitly) for the xwayland-test to see what Weston prints out. Signed-off-by: Marius Vlad --- tests/xwayland-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/xwayland-test.c b/tests/xwayland-test.c index b8514af6..0ebbc9b9 100644 --- a/tests/xwayland-test.c +++ b/tests/xwayland-test.c @@ -56,7 +56,7 @@ fixture_setup(struct weston_test_harness *harness) compositor_setup_defaults(&setup); setup.shell = SHELL_TEST_DESKTOP; setup.xwayland = true; - setup.logging_scopes = "xwm-wm-x11"; + setup.logging_scopes = "log,xwm-wm-x11"; return weston_test_harness_execute_as_client(harness, &setup); } -- cgit v1.2.1