Run gdk tests with an unset D-Bus address
If the session bus address is unset, GLib will helpfully try to autolaunch a bus, which will fail and timeout. If we set an empty address, it gives up early.
This commit is contained in:
@@ -39,6 +39,7 @@ foreach t : tests
|
||||
env: [
|
||||
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
||||
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
|
||||
'DBUS_SESSION_BUS_ADDRESS=',
|
||||
],
|
||||
suite: 'gdk',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user