forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit45322bd
committed
Fix new recovery test for use under msys
Commitcaba8f0 wasn't quite right for msys, as demonstrated byseveral buildfarm animals, including jacana and fairywren. We need touse the msys perl in the archive command, but call it in such a way thatWindows will understand the path. Furthermore, inside the copy script weneed to convert a Windows path to an msys path.1 parentfad9c8e commit45322bd
File tree
2 files changed
+18
-3
lines changed- src/test/recovery/t
2 files changed
+18
-3
lines changedLines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
| |||
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
26 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 |
| |
28 | 34 |
| |
29 |
| - | |
| 35 | + | |
30 | 36 |
| |
31 | 37 |
| |
| 38 | + | |
32 | 39 |
| |
33 | 40 |
| |
34 | 41 |
| |
| |||
74 | 81 |
| |
75 | 82 |
| |
76 | 83 |
| |
77 |
| - | |
| 84 | + | |
| 85 | + | |
78 | 86 |
| |
79 | 87 |
| |
80 | 88 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 |
|
0 commit comments
Comments
(0)