forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf10589e
committed
Make pg_regress clean out the testtablespace directory only on Windows.
On other platforms it's better to let the Makefile handle it, but we wantthe regression tests to be invokable without make on Windows. A batchfile would be a better solution, but no time for that before 8.3.Per my discovery that this breaks testing under SELinux, and subsequentdiscussion.1 parentaeeef41 commitf10589e
1 file changed
+16
-6
lines changedLines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
| 105 | + | |
| 106 | + | |
109 | 107 |
| |
110 | 108 |
| |
111 | 109 |
| |
| |||
453 | 451 |
| |
454 | 452 |
| |
455 | 453 |
| |
456 |
| - | |
457 | 454 |
| |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
458 | 467 |
| |
459 | 468 |
| |
460 | 469 |
| |
| 470 | + | |
461 | 471 |
| |
462 | 472 |
| |
463 | 473 |
| |
|
0 commit comments
Comments
(0)