summaryrefslogtreecommitdiff
path: root/testsuite/tools
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-03-13 15:48:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-03-13 15:53:19 -0400
commit7db490ef2afd1ba3d657cbc2eb888b6de20ac265 (patch)
tree7be7d8936523af1c913ddcb3164bc8a5ee9b0dbf /testsuite/tools
parent8b1301cecd82a05f5d1a1e90d3cebd06dd5ac33b (diff)
downloadgtk+-7db490ef2afd1ba3d657cbc2eb888b6de20ac265.tar.gz
testsuite: Specify the test protocol
If we don't specify protocol: 'tap', meson things all is good even though my test yells "not ok".
Diffstat (limited to 'testsuite/tools')
-rw-r--r--testsuite/tools/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tools/meson.build b/testsuite/tools/meson.build
index 1364a98679..fd385ba174 100644
--- a/testsuite/tools/meson.build
+++ b/testsuite/tools/meson.build
@@ -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',