forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit413c1ef
committed
Avoid creating testtablespace directories where not wanted.
Recently we refactored things so that pg_regress makes the"testtablespace" subdirectory used by the core regression tests,instead of doing that in the makefiles. That had the undesirableside effect of making such a subdirectory in every directory thathas "input" or "output" test files. Since these subdirectoriesremain empty, git doesn't complain about them, but nonethelessthey're clutter.To fix, invent an explicit --make-testtablespace-dir switch,so that pg_regress only makes the subdirectory when explicitlytold to.Discussion:https://postgr.es/m/2854388.1621284789@sss.pgh.pa.us1 parent4f7d1c3 commit413c1ef
File tree
3 files changed
+40
-18
lines changed- src
- test/regress
- tools/msvc
3 files changed
+40
-18
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
|
Lines changed: 36 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
| 507 | + | |
507 | 508 |
| |
508 | 509 |
| |
509 |
| - | |
510 |
| - | |
511 |
| - | |
512 |
| - | |
513 |
| - | |
514 |
| - | |
515 |
| - | |
516 |
| - | |
517 |
| - | |
518 |
| - | |
519 |
| - | |
520 |
| - | |
521 |
| - | |
522 |
| - | |
523 |
| - | |
524 |
| - | |
525 |
| - | |
526 | 510 |
| |
527 | 511 |
| |
528 | 512 |
| |
| |||
601 | 585 |
| |
602 | 586 |
| |
603 | 587 |
| |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
604 | 614 |
| |
605 | 615 |
| |
606 | 616 |
| |
| |||
2058 | 2068 |
| |
2059 | 2069 |
| |
2060 | 2070 |
| |
| 2071 | + | |
2061 | 2072 |
| |
2062 | 2073 |
| |
2063 | 2074 |
| |
| |||
2116 | 2127 |
| |
2117 | 2128 |
| |
2118 | 2129 |
| |
| 2130 | + | |
2119 | 2131 |
| |
2120 | 2132 |
| |
2121 | 2133 |
| |
2122 | 2134 |
| |
| 2135 | + | |
2123 | 2136 |
| |
2124 | 2137 |
| |
2125 | 2138 |
| |
| |||
2245 | 2258 |
| |
2246 | 2259 |
| |
2247 | 2260 |
| |
| 2261 | + | |
| 2262 | + | |
| 2263 | + | |
2248 | 2264 |
| |
2249 | 2265 |
| |
2250 | 2266 |
| |
| |||
2297 | 2313 |
| |
2298 | 2314 |
| |
2299 | 2315 |
| |
| 2316 | + | |
| 2317 | + | |
| 2318 | + | |
2300 | 2319 |
| |
2301 | 2320 |
| |
2302 | 2321 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| 121 | + | |
121 | 122 |
| |
122 | 123 |
| |
123 | 124 |
| |
| |||
152 | 153 |
| |
153 | 154 |
| |
154 | 155 |
| |
| 156 | + | |
155 | 157 |
| |
156 | 158 |
| |
157 | 159 |
| |
|
0 commit comments
Comments
(0)