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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Skip tab-completion tests if envar SKIP_READLINE_TESTS is define
Дата
Msg-id E1ipfe9-0003ng-9B@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Add pg_shmem_allocations view.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: tableam: New callback relation_fetch_toast_slice.