Skip to content

Commit cc2d710

Browse files
author
Commitfest Bot
committed
[PATCH]: ./update-unused-lp-10-no-installcheck-v1.patch
Disable runningcheck for src/test/modules/injection_points/specs. Directory "injection_points" has specified NO_INSTALLCHECK since before commit c35f419 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. Reviewed by FIXME. Discussion: https://postgr.es/m/[email protected]
1 parent b663b94 commit cc2d710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/modules/injection_points/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ tests += {
4545
'basic',
4646
'inplace',
4747
],
48+
'runningcheck': false, # align with GNU make build system
4849
},
4950
'tap': {
5051
'env': {

0 commit comments

Comments
 (0)