[gtk/fix-tools-tests: 5/5] testsuite: Specify the test protocol



commit 7db490ef2afd1ba3d657cbc2eb888b6de20ac265
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 13 15:48:33 2020 -0400

    testsuite: Specify the test protocol
    
    If we don't specify protocol: 'tap', meson things
    all is good even though my test yells "not ok".

 testsuite/tools/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]