tests/wayland: Run with G_MESSAGES_DEBUG=all
Helpful when debugging tests. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3731>
This commit is contained in:
parent
3dbe3668e6
commit
b69fc15543
@ -83,6 +83,9 @@ meta_wayland_test_client_new (MetaContext *context,
|
|||||||
g_subprocess_launcher_setenv (launcher,
|
g_subprocess_launcher_setenv (launcher,
|
||||||
"WAYLAND_DISPLAY", wayland_display_name,
|
"WAYLAND_DISPLAY", wayland_display_name,
|
||||||
TRUE);
|
TRUE);
|
||||||
|
g_subprocess_launcher_setenv (launcher,
|
||||||
|
"G_MESSAGES_DEBUG", "all",
|
||||||
|
TRUE);
|
||||||
|
|
||||||
subprocess = g_subprocess_launcher_spawn (launcher,
|
subprocess = g_subprocess_launcher_spawn (launcher,
|
||||||
&error,
|
&error,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user