pgsql: Skip tab-completion tests if envar SKIP_READLINE_TESTS is define - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Skip tab-completion tests if envar SKIP_READLINE_TESTS is define
Date
Msg-id E1ipfe9-0003ng-9B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.

Experience so far suggests that getting these tests to pass on
all libedit versions that are out there may be impossible, or
require dumbing down the tests to the point of uselessness.
So we need to provide a way to skip them when the user knows they'll
fail.  An environment variable is probably the most convenient way
to deal with this; it's easy for, e.g., a buildfarm animal's
configuration to set up.

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

Branch
------
master

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

Modified Files
--------------
src/bin/psql/t/010_tab_completion.pl | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Add pg_shmem_allocations view.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: tableam: New callback relation_fetch_toast_slice.