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:
Jonas Ådahl 2024-05-03 14:28:03 +02:00 committed by Marge Bot
parent 3dbe3668e6
commit b69fc15543

View File

@ -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,