summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/xwayland-test.c2
1 files changed, 1 insertions, 1 deletions
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);
}