mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
testsuite: Specify the test protocol
If we don't specify protocol: 'tap', meson things all is good even though my test yells "not ok".
This commit is contained in:
parent
8b1301cecd
commit
7db490ef2a
@ -19,6 +19,7 @@ if bash.found()
|
||||
test(t, bash,
|
||||
args: t,
|
||||
workdir: meson.current_build_dir(),
|
||||
protocol: 'tap',
|
||||
env: [ 'GIO_USE_VOLUME_MONITOR=unix',
|
||||
'GSETTINGS_BACKEND=memory',
|
||||
'GDK_DEBUG=default-settings',
|
||||
|
Loading…
Reference in New Issue
Block a user