v10-0002-Experimental-meson-treat-regress-tests-as-TAP.patch
application/octet-stream
Filename: v10-0002-Experimental-meson-treat-regress-tests-as-TAP.patch
Type: application/octet-stream
Part: 0
Message:
Re: TAP output format in pg_regress
Patch
Format: format-patch
Series: patch v10-0002
Subject: Experimental: meson: treat regress tests as TAP
| File | + | − |
|---|---|---|
| meson.build | 1 | 0 |
From 5cc2653505e01eab72c7dd7ca084bb322ce9175c Mon Sep 17 00:00:00 2001
From: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: Thu, 17 Nov 2022 11:28:13 +0100
Subject: [PATCH v10 2/2] Experimental: meson: treat regress tests as TAP
Mark regress tests as emitting TAP protocol output in order to make
the meson testrunner able to parse them.
---
meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
index 058382046e..557b3b6798 100644
--- a/meson.build
+++ b/meson.build
@@ -2968,6 +2968,7 @@ foreach test_dir : tests
env.prepend('PATH', temp_install_bindir, test_dir['bd'])
test_kwargs = {
+ 'protocol': 'tap',
'suite': [test_dir['name']],
'priority': 10,
'timeout': 1000,
--
2.32.1 (Apple Git-133)