forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b66d7b
committed
Remove unnecessary PGDATABASE settings from TAP tests
Some of the TAP tests have been historically setting the environmentvariable PGDATABASE to 'postgres', which is not needed becausePostgreSQL::Test::Cluster already sets it when initialized. This commitremoves these explicit setups.Note that the dependency of cluster -a with PGDATABASE (from1caef31) is still documented.Author: Bharath RupireddyDiscussion:https://postgr.es/m/CALj2ACXLAz5dW3ZP+Fec8g6jQMMmDyCVT+qdbye2h7QJJmhsdw@mail.gmail.com1 parentae6bc39 commit4b66d7b
File tree
3 files changed
+2
-8
lines changed- src
- bin/scripts/t
- test/recovery/t
3 files changed
+2
-8
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 15 | + | |
| 16 | + | |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
|
0 commit comments
Comments
(0)