tests/xwayland: Enable xwayland XWM debug log scope and more debug
We're still timing out with our basic xwayland test in CI, so this enables the XWM logging scope, and enables some further print debugs we have available in our helper library, in an attempt to further investigate and determine why we're still timing out. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
6b3c3824ea
commit
14ca04609a
|
@ -45,7 +45,7 @@
|
|||
#include <libweston/zalloc.h>
|
||||
#include "xcb-client-helper.h"
|
||||
|
||||
//#define DEBUG
|
||||
#define DEBUG
|
||||
|
||||
#ifdef DEBUG
|
||||
#define printfd(fmt, args...) do { \
|
||||
|
|
|
@ -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 = "xwm-wm-x11";
|
||||
|
||||
return weston_test_harness_execute_as_client(harness, &setup);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue