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:
Matthias Clasen 2021-04-30 08:10:48 -04:00
parent 6482954c6e
commit f72ca060b5

View File

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