forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb102e80
committed
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
When set, this environment variable was only effective for datadirectories but not for all the other temporary files created byPostgreSQL::Test::Utils. Keeping the temporary files after a successfulrun can be useful for debugging purposes.The documentation is updated to reflect the new behavior, with contentsavailable in doc/ since v16 and in src/test/perl/README since v15.Author: Jacob ChampionReviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/CAAWbhmgHtDH1SGZ+Fw05CsXtE0mzTmjbuUxLB9mY9iPKgM6cUw@mail.gmail.comDiscussion:https://postgr.es/m/YyPd9unV14SX2bLF@paquier.xyzBackpatch-through: 111 parent984c23f commitb102e80
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
| 255 | + | |
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
284 |
| - | |
| 284 | + | |
| 285 | + | |
285 | 286 |
| |
286 | 287 |
| |
287 | 288 |
| |
|
0 commit comments
Comments
(0)