aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2025-01-25 11:28:14 -0800
committerNoah Misch <noah@leadboat.com>2025-01-25 11:28:14 -0800
commit4f6ec3831d3e6a237eb6197451472e70282654db (patch)
tree63a38e02821d371c3051258a56c833fc2efe99a3
parent7819a25cd101b574f5422edb00fe3376fbb646da (diff)
downloadpostgresql-4f6ec3831d3e6a237eb6197451472e70282654db.tar.gz
postgresql-4f6ec3831d3e6a237eb6197451472e70282654db.zip
Disable runningcheck for src/test/modules/injection_points/specs.
Directory "injection_points" has specified NO_INSTALLCHECK since before commit c35f419d6efbdf1a050250d84b687e6705917711 added the specs, but that commit neglected to disable the corresponding meson runningcheck. The alternative would be to enable "make installcheck" for ISOLATION, but the GNU make build system lacks a concept of setting NO_INSTALLCHECK for REGRESS without also setting it for ISOLATION. Back-patch to v17, where that commit first appeared, to avoid surprises when back-patching additional specs. Discussion: https://postgr.es/m/17821-dd8c334263399284@postgresql.org
-rw-r--r--src/test/modules/injection_points/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/modules/injection_points/meson.build b/src/test/modules/injection_points/meson.build
index 989b4db226b..ebe79fe06a1 100644
--- a/src/test/modules/injection_points/meson.build
+++ b/src/test/modules/injection_points/meson.build
@@ -45,6 +45,7 @@ tests += {
'basic',
'inplace',
],
+ 'runningcheck': false, # align with GNU make build system
},
'tap': {
'env': {