forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc47885b
committed
Split TESTDIR into TESTLOGDIR and TESTDATADIR
The motivation for this is twofold. For one the meson patchset would like tohave more control over the logfiles. For another, the log file location fortap tests (tmp_check/log) is not symmetric to the log location forpg_regress/isolation tests (log/).This commit does not change the default location for log files for tap tests,as that'd break the buildfarm log collection, it just provides theinfrastructure for doing so.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Reviewed-by: Justin Pryzby <pryzby@telsasoft.com>Discussion:https://postgr.es/m/1131990.1660661896@sss.pgh.pa.usDiscussion:https://postgr.es/m/20220828170806.GN2342@telsasoft.com1 parentbb54bf2 commitc47885b
File tree
4 files changed
+20
-11
lines changed- src
- bin/psql/t
- test/perl/PostgreSQL/Test
- tools/msvc
4 files changed
+20
-11
lines changedLines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
451 | 451 |
| |
452 | 452 |
| |
453 | 453 |
| |
454 |
| - | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
455 | 457 |
| |
456 | 458 |
| |
457 | 459 |
| |
| |||
462 | 464 |
| |
463 | 465 |
| |
464 | 466 |
| |
465 |
| - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
466 | 470 |
| |
467 | 471 |
| |
468 | 472 |
| |
| |||
474 | 478 |
| |
475 | 479 |
| |
476 | 480 |
| |
477 |
| - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
478 | 485 |
| |
479 | 486 |
| |
480 | 487 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
295 | 297 |
| |
296 | 298 |
| |
297 | 299 |
| |
|
0 commit comments
Comments
(0)