Re: Kerberos test suite

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Kerberos test suite
Дата
Msg-id 7833fb7c-601e-64e8-d9d1-cdd2d5f11f1e@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Kerberos test suite  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: Kerberos test suite
Список pgsql-hackers
On 2/27/18 00:56, Thomas Munro wrote:
> FWIW it passes for me if I add this:
> 
> +elsif ($^O eq 'freebsd')
> +{
> +       $krb5_bin_dir = '/usr/local/bin';
> +       $krb5_sbin_dir = '/usr/local/sbin';

I suppose you only need the second one, right?  The first one should be
in the path.

> +}
> 
> One thing that surprised me is that your test runs my system's
> installed psql command out of my $PATH, not the one under test.  Is
> that expected?

Oh, you probably have a psql in /usr/local/bin, which we prepend to the
path, per the above.  We should probably append instead.  The ldap test
suite has the same issue.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Nikhil Sontakke
Дата:
Сообщение: Re: [HACKERS] logical decoding of two-phase transactions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Let's remove DSM_INPL_NONE.