Re: regression test failure

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: nconway(at)klamath(dot)dyndns(dot)org, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: regression test failure
Date: 2002-08-13 19:52:07
Message-ID: Pine.LNX.4.44.0208132141140.9559-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii writes:

> The $libdir variable is defined at the compile time and it points to
> $prefix/lib. Apparently it points to different place while doing
> regression tests. One idea is replacing $lindir with the absolute path
> to $prefix/lib. However I wonder this would break some installations,
> for example RPM.

You can replace the string '$libdir' in the conversions_create.sql file
with an absolute directory name during the standalone regression test run.
This could be done in the regression test driver, where the correct path
is available as $pkglibdir. Other, less messy solutions don't occur to me
offhand.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-08-13 19:52:34 Re: [COMMITTERS] pgsql-server/src
Previous Message Tom Lane 2002-08-13 19:42:23 Re: db partial dumping with pg_dump