mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
Fix failing tests when G_MESSAGES_DEBUG is set (again)
Similar issue was fixed with commit f929d148, but it's happening again. Define G_MESSAGES_DEBUG=all when running CI to ensure we won't regress anymore.
This commit is contained in:
parent
9eb483b82d
commit
9f208e9f2b
@ -11,6 +11,7 @@ cache:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
MESON_TEST_TIMEOUT_MULTIPLIER: 2
|
MESON_TEST_TIMEOUT_MULTIPLIER: 2
|
||||||
|
G_MESSAGES_DEBUG: all
|
||||||
|
|
||||||
fedora-x86_64:
|
fedora-x86_64:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -128,6 +128,7 @@ test_x11_autolaunch (void)
|
|||||||
g_unsetenv ("DISPLAY");
|
g_unsetenv ("DISPLAY");
|
||||||
g_unsetenv ("DBUS_SESSION_BUS_ADDRESS");
|
g_unsetenv ("DBUS_SESSION_BUS_ADDRESS");
|
||||||
g_unsetenv ("XDG_RUNTIME_DIR");
|
g_unsetenv ("XDG_RUNTIME_DIR");
|
||||||
|
g_unsetenv ("G_MESSAGES_DEBUG");
|
||||||
set_up_mock_dbus_launch ();
|
set_up_mock_dbus_launch ();
|
||||||
|
|
||||||
print_address ();
|
print_address ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user