pgsql: Don't try to force TERM to a fixed value in tab-completion test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't try to force TERM to a fixed value in tab-completion test.
Date: 2020-01-04 21:41:11
Message-ID: E1inrAV-0003Ym-46@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't try to force TERM to a fixed value in tab-completion test.

Right at the moment, this is making things worse not better in the
buildfarm. I'm not happy with anything about the current state,
but let's at least try to have a green buildfarm report while further
investigation continues.

Discussion: https://postgr.es/m/23181.1578167938@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e42478186aa8b41a8706f3f53b44e25a427bde9

Modified Files
--------------
src/bin/psql/t/010_tab_completion.pl | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-01-04 23:29:13 Re: pgsql: Add basic TAP tests for psql's tab-completion logic.
Previous Message Peter Geoghegan 2020-01-04 21:09:27 Re: pgsql: Add basic TAP tests for psql's tab-completion logic.