Re: regression test failure

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: regression test failure
Дата
Msg-id Pine.LNX.4.44.0208132141140.9559-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: regression test failure  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: regression test failure
Список 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@gmx.net



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: db partial dumping with pg_dump
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Is contrib/rserv/Makefile broken?