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 <marius.vlad@collabora.com>
This commit is contained in:
parent
8f4b141299
commit
06b57e1dda
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue