- Notifications
You must be signed in to change notification settings - Fork4.9k
Commiteb9812f
committed
Make pg_upgrade's test.sh less chatty.
The use of "set -x" to echo a subset of the test's commands might'vebeen a good idea during development of this test, but it's been stablefor long enough now that the extra output isn't very useful. Alsoour project expectations have been trending towards less output innon-error cases; the fact that "set -x" produces output on stderris particularly annoying from that standpoint. So get rid of it.Also, pass "-A trust" to initdb explicitly so that it won't issuea warning about "trust" being an insecure default. This matcheswhat the TAP tests have done for a long time, and again gets ridof some noise on stderr.Discussion:https://postgr.es/m/21766.1558397960@sss.pgh.pa.us1 parentf03a9ca commiteb9812f
1 file changed
+2
-8
lines changedLines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
150 | 151 |
| |
151 | 152 |
| |
152 | 153 |
| |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 | 154 |
| |
157 | 155 |
| |
158 | 156 |
| |
| |||
256 | 254 |
| |
257 | 255 |
| |
258 | 256 |
| |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 | 257 |
| |
264 | 258 |
| |
265 | 259 |
| |
|
0 commit comments
Comments
(0)