- Notifications
You must be signed in to change notification settings - Fork28
Commita40dca8
committed
Consolidate methods for translating a Perl path to a Windows path.
This fixes some TAP suites when using msys Perl and a builddir locatedin an msys mount point other than "/". For example, builddir=/c/pgexhibited the problem, since /c/pg falls in mount point "/c".Back-patch to 9.6, where tests first started to perform suchtranslations. In back branches, offer both new and old APIs.Reviewed by Andrew Dunstan.Discussion:https://postgr.es/m/20190610045838.GA238501@rfd.leadboat.com1 parentf7aebd7 commita40dca8
File tree
4 files changed
+31
-24
lines changed- src/test
- perl
- recovery/t
4 files changed
+31
-24
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 |
| - | |
| 110 | + | |
112 | 111 |
| |
113 | 112 |
| |
114 | 113 |
| |
| |||
904 | 903 |
| |
905 | 904 |
| |
906 | 905 |
| |
907 |
| - | |
| 906 | + | |
908 | 907 |
| |
909 | 908 |
| |
910 | 909 |
| |
| |||
933 | 932 |
| |
934 | 933 |
| |
935 | 934 |
| |
936 |
| - | |
| 935 | + | |
937 | 936 |
| |
938 | 937 |
| |
939 | 938 |
| |
|
Lines changed: 25 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
171 | 171 |
| |
172 |
| - | |
173 |
| - | |
174 |
| - | |
| 172 | + | |
| 173 | + | |
175 | 174 |
| |
176 |
| - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
177 | 186 |
| |
178 | 187 |
| |
179 |
| - | |
| 188 | + | |
180 | 189 |
| |
181 | 190 |
| |
182 |
| - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
183 | 198 |
| |
184 | 199 |
| |
185 | 200 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
Lines changed: 2 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 15 |
| |
24 | 16 |
| |
25 | 17 |
| |
| |||
103 | 95 |
| |
104 | 96 |
| |
105 | 97 |
| |
| 98 | + | |
106 | 99 |
| |
107 | 100 |
| |
108 | 101 |
| |
109 |
| - | |
| 102 | + | |
110 | 103 |
| |
111 | 104 |
| |
112 | 105 |
| |
|
0 commit comments
Comments
(0)