- Notifications
You must be signed in to change notification settings - Fork28
Commit8ede269
committed
Include contrib modules in the temp installation even without REGRESS.
Now that we have TAP tests, a contrib module may have something usefulto do in "make check" even if it has no pg_regress-style regressionscripts, and hence no REGRESS setting. But the TAP tests will fail,or else test the wrong installed files, unless we install the contribmodule into the temp installation. So move the bit about adding toEXTRA_INSTALL so that it applies regardless.We might want this in back branches in future, but for the momentI only risked adding it to v11.Discussion:https://postgr.es/m/12438.1535488750@sss.pgh.pa.us1 parent8bc6a30 commit8ede269
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
359 | 359 |
| |
360 | 360 |
| |
361 | 361 |
| |
| 362 | + | |
| 363 | + | |
362 | 364 |
| |
| 365 | + | |
363 | 366 |
| |
364 | 367 |
| |
365 |
| - | |
366 | 368 |
| |
367 | 369 |
| |
368 | 370 |
| |
|
0 commit comments
Comments
(0)