pgsql: Further tighten Windows CRLF conversion in our TAP test scripts.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further tighten Windows CRLF conversion in our TAP test scripts.
Date: 2020-07-09 15:37:28
Message-ID: E1jtYc4-0005b7-Si@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further tighten Windows CRLF conversion in our TAP test scripts.

Buildfarm results now imply that Perl's IPC::Run does CRLF conversion
for us if we're using native Perl, but not when using MSys Perl.
Restrict the conversions done by PostgresNode.pm to act only in the
latter case. (Similar conversions done in TestLib.pm and RewindTest.pm
were already handled this way.)

Discussion: https://postgr.es/m/412ae8da-76bb-640f-039a-f3513499e53d@gmx.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ffb4cee43bdccb54f0cf072a51dedc74e343b6f1

Modified Files
--------------
src/test/perl/PostgresNode.pm | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-07-09 20:03:04 pgsql: Fix pg_current_logfile() to not emit a carriage return on Window
Previous Message Peter Eisentraut 2020-07-09 09:41:25 pgsql: pg_dump: Further reorganize getTableAttrs()