Re: pgsql: Require version 0.98 of Test::More for TAP tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Require version 0.98 of Test::More for TAP tests
Дата
Msg-id 3371085.1637455802@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Require version 0.98 of Test::More for TAP tests  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Require version 0.98 of Test::More for TAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Noah Misch <noah@leadboat.com> writes:
> Yep.  wrasse sets PERL to a manually-installed Perl, but PROVE still uses an
> old Perl.  I'll fix that somehow.

A quick workaround is to set PROVE in the animal's config_env, but
I don't think that's ideal, because configure then skips module
presence tests:

  # Check for necessary modules, unless user has specified the "prove" to use;
  # in that case it's her responsibility to have a working configuration.
  # (prove might be part of a different Perl installation than perl, eg on
  # MSys, so the result of AX_PROG_PERL_MODULES could be irrelevant anyway.)

What I'm inclined to do is temporarily push `dirname $PERL` onto the front
of PATH while running

  PGAC_PATH_PROGS(PROVE, prove)

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Require version 0.98 of Test::More for TAP tests
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Require version 0.98 of Test::More for TAP tests