forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit85f65d7
committed
Try to unbreak injection-fault tests in the buildfarm
The buildfarm script attempts to run all tests marked asNO_INSTALLCHECK under src/test/modules without paying attention towhether they are enabled or disabled in the parent Makefile. Thathasn't been a problem so far, because all the tests marked withNO_INSTALLCHECK ran unconditionally in "make check". But commite2e3b8a changed that: the injection fault tests are marked asNO_INSTALLCHECK, and also depend on --enable-injection-points.Try to work around that by ensuring that "make check" does nothing inthe those subdirectories. We can hopefully get rid of this hack soon,after fixing the buildfarm client, or by switching to meson.Discussion:https://www.postgresql.org/message-id/8e4cf596-dd70-432e-9068-16466ed596ed%40iki.fi1 parent7a65cc0 commit85f65d7
2 files changed
+24
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
23 | 35 |
|
0 commit comments
Comments
(0)