1
0
Fork 0

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:
Jonas Ådahl 2024-05-03 14:28:03 +02:00
parent 90d38f6f87
commit 2c6993cfb6

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,