diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-03-13 15:48:33 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-03-13 15:53:19 -0400 |
commit | 7db490ef2afd1ba3d657cbc2eb888b6de20ac265 (patch) | |
tree | 7be7d8936523af1c913ddcb3164bc8a5ee9b0dbf /testsuite/tools | |
parent | 8b1301cecd82a05f5d1a1e90d3cebd06dd5ac33b (diff) | |
download | gtk+-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.build | 1 |
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', |