mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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:
parent
6482954c6e
commit
f72ca060b5
@ -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',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user