- Notifications
You must be signed in to change notification settings - Fork5
Commit690ed2b
committed
Allow TAP tests to run under Msys
The Msys DTK perl, which is required to run TAP tests under Msys as anative perl won't recognize the correct virtual paths, has its osnamerecorded in the Config module as 'msys' instead of 'MSWin32'. To avoidhaving to repeat the test a variable is created that is true iff theosname is either of these values, and is then used everywhere thatmatters.1 parent13bba02 commit690ed2b
File tree
3 files changed
+8
-5
lines changed- src
- bin
- pg_basebackup/t
- pg_ctl/t
- test/perl
3 files changed
+8
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| 46 | + | |
| 47 | + | |
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
| |||
140 | 143 |
| |
141 | 144 |
| |
142 | 145 |
| |
143 |
| - | |
| 146 | + | |
144 | 147 |
| |
145 | 148 |
| |
146 | 149 |
| |
| |||
151 | 154 |
| |
152 | 155 |
| |
153 | 156 |
| |
154 |
| - | |
| 157 | + | |
155 | 158 |
| |
156 | 159 |
| |
157 | 160 |
| |
| |||
162 | 165 |
| |
163 | 166 |
| |
164 | 167 |
| |
165 |
| - | |
| 168 | + | |
166 | 169 |
| |
167 | 170 |
| |
168 | 171 |
| |
|
0 commit comments
Comments
(0)