tests/wayland: Run with G_MESSAGES_DEBUG=all
Helpful when debugging tests.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3731>
(cherry picked from commit b69fc15543
)
This commit is contained in:
parent
90d38f6f87
commit
2c6993cfb6
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ meta_wayland_test_client_new (MetaContext *context,
|
|||
g_subprocess_launcher_setenv (launcher,
|
||||
"WAYLAND_DISPLAY", wayland_display_name,
|
||||
TRUE);
|
||||
g_subprocess_launcher_setenv (launcher,
|
||||
"G_MESSAGES_DEBUG", "all",
|
||||
TRUE);
|
||||
|
||||
subprocess = g_subprocess_launcher_spawn (launcher,
|
||||
&error,
|
||||
|
|
Loading…
Reference in a new issue