forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitffb4cee
committed
Further tighten Windows CRLF conversion in our TAP test scripts.
Buildfarm results now imply that Perl's IPC::Run does CRLF conversionfor us if we're using native Perl, but not when using MSys Perl.Restrict the conversions done by PostgresNode.pm to act only in thelatter case. (Similar conversions done in TestLib.pm and RewindTest.pmwere already handled this way.)Discussion:https://postgr.es/m/412ae8da-76bb-640f-039a-f3513499e53d@gmx.net1 parent991c444 commitffb4cee
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1512 | 1512 |
| |
1513 | 1513 |
| |
1514 | 1514 |
| |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
1515 | 1519 |
| |
1516 | 1520 |
| |
1517 |
| - | |
| 1521 | + | |
1518 | 1522 |
| |
1519 | 1523 |
| |
1520 | 1524 |
| |
1521 | 1525 |
| |
1522 | 1526 |
| |
1523 |
| - | |
| 1527 | + | |
1524 | 1528 |
| |
1525 | 1529 |
| |
1526 | 1530 |
| |
| |||
1651 | 1655 |
| |
1652 | 1656 |
| |
1653 | 1657 |
| |
1654 |
| - | |
| 1658 | + | |
1655 | 1659 |
| |
1656 | 1660 |
| |
1657 | 1661 |
| |
| |||
1667 | 1671 |
| |
1668 | 1672 |
| |
1669 | 1673 |
| |
1670 |
| - | |
| 1674 | + | |
1671 | 1675 |
| |
1672 | 1676 |
| |
1673 | 1677 |
| |
| |||
2112 | 2116 |
| |
2113 | 2117 |
| |
2114 | 2118 |
| |
2115 |
| - | |
2116 |
| - | |
| 2119 | + | |
| 2120 | + | |
2117 | 2121 |
| |
2118 | 2122 |
| |
2119 | 2123 |
| |
|
0 commit comments
Comments
(0)