forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcf12541
committed
Ensure the right perl is used for TAP tests on msys
In particular, perl with $Config{osname} = msys should only be used ifthe build target is msys (which is currently buildable but not usable).For builds targeted at native Windows, perl from the ucrt64 toolchain issuitable.Discussion:https://postgr.es/m/20220216210141.5glt5isg5qtwty4c@alap3.anarazel.de1 parent69639e2 commitcf12541
3 files changed
+7
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 |
| |
23 | 28 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19758 | 19758 |
| |
19759 | 19759 |
| |
19760 | 19760 |
| |
| 19761 | + | |
19761 | 19762 |
| |
19762 | 19763 |
| |
19763 | 19764 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2432 | 2432 |
| |
2433 | 2433 |
| |
2434 | 2434 |
| |
| 2435 | + | |
2435 | 2436 |
| |
2436 | 2437 |
| |
2437 | 2438 |
| |
|
0 commit comments
Comments
(0)