pgsql: Make TAP test suites to work, when @INC does not contain current

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Make TAP test suites to work, when @INC does not contain current
Дата
Msg-id E1bsaOc-0004YK-R8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make TAP test suites to work, when @INC does not contain current dir.

Recent Perl and/or new Linux distributions are starting to remove "." from
the @INC list by default. That breaks pg_rewind and ssl test suites, which
use helper perl modules that reside in the same directory. To fix, add the
current source directory explicitly to prove's include dir.

The vcregress.pl script probably also needs something like this, but I
wasn't able to remove '.' from @INC on Windows to test this, and don't want
to try doing that blindly.

Discussion: <20160908204529.flg6nivjuwp5vaoy@alap3.anarazel.de>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/00d7e2f8c8b0def5cb3dcb0cae4cfca10dc4876f

Modified Files
--------------
src/Makefile.global.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Make TAP test suites to work, when @INC does not contain current
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Make TAP test suites to work, when @INC does not contain current