Re: pgsql: Require version 0.98 of Test::More for TAP tests - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Require version 0.98 of Test::More for TAP tests
Date
Msg-id 3371085.1637455802@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Require version 0.98 of Test::More for TAP tests  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Require version 0.98 of Test::More for TAP tests
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Require version 0.98 of Test::More for TAP tests
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Require version 0.98 of Test::More for TAP tests