Re: Another usability issue with our TAP tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Another usability issue with our TAP tests
Дата
Msg-id 23266.1531854152@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Another usability issue with our TAP tests  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Another usability issue with our TAP tests  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> How about something like this:

> -PG_PROVE_FLAGS = -I $(top_srcdir)/src/test/perl/ -I $(srcdir)
> +PG_PROVE_FLAGS = -I $(top_srcdir)/src/test/perl/ -I $(srcdir) --state=save

Cute idea, but it seems not to work with older versions of prove:

$ which prove
/usr/local/perl5.8.3/bin/prove
$ prove --state=save
Unknown option: s

We could just do a "touch .prove_running" beforehand and an "rm" after,
perhaps (I think Michael suggested something like that already).

            regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: untrusted PLs should be GRANTable
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: patch to allow disable of WAL recycling