forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit56b6ef8
committed
Honor PROVE_FLAGS environment setting
On MSVC builds and on back branches that means removing the hardcoded--verbose setting. On master for Unix that means removing the emptysetting in the global Makefile so that the value can be acquired fromthe environment as well as from the make arguments.Backpatch to 9.4 where we introduced TAP tests1 parentb757e01 commit56b6ef8
2 files changed
+6
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 |
| - | |
343 |
| - | |
| 342 | + | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
185 | 188 |
| |
186 | 189 |
| |
187 | 190 |
| |
|
0 commit comments
Comments
(0)