forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f6ec38
committed
Disable runningcheck for src/test/modules/injection_points/specs.
Directory "injection_points" has specified NO_INSTALLCHECK since beforecommitc35f419 added the specs, butthat 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_INSTALLCHECKfor REGRESS without also setting it for ISOLATION. Back-patch to v17,where that commit first appeared, to avoid surprises when back-patchingadditional specs.Discussion:https://postgr.es/m/17821-dd8c334263399284@postgresql.org1 parent7819a25 commit4f6ec38
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
|
0 commit comments
Comments
(0)