Обсуждение: make installcheck in contrib

Поиск
Список
Период
Сортировка

make installcheck in contrib

От
Joe Conway
Дата:
When I run `make installcheck` from ~/pgsql/contrib the test progresses until 
it hits one that fails (cube is currently failing for me), and then the test 
stops. Is there any way to get the test to continue through the rest of 
contrib, despite one or more individual failures?

Thanks,

Joe



Re: make installcheck in contrib

От
Tom Lane
Дата:
Joe Conway <mail@joeconway.com> writes:
> When I run `make installcheck` from ~/pgsql/contrib the test progresses until
> it hits one that fails (cube is currently failing for me), and then the test 
> stops. Is there any way to get the test to continue through the rest of 
> contrib, despite one or more individual failures?

Have not tried it, but offhand I would expect "make -k installcheck" to
do what you want.
        regards, tom lane


Re: make installcheck in contrib

От
Joe Conway
Дата:
Tom Lane wrote:
> Joe Conway <mail@joeconway.com> writes:
> 
>>When I run `make installcheck` from ~/pgsql/contrib the test progresses until
>>it hits one that fails (cube is currently failing for me), and then the test 
>>stops. Is there any way to get the test to continue through the rest of 
>>contrib, despite one or more individual failures?
> 
> Have not tried it, but offhand I would expect "make -k installcheck" to
> do what you want.

Dooooh, I was thinking it was a Makefile thing. `make -k installcheck` doesn't 
seem to do it, but `make -i installcheck` does.

Thanks!

Joe

p.s. FWIW, the following contrib regression tests are failing (on RH7.3)  - cube -- error message format  - seg --
errormessage format  - tsearch -- "server closed the connection unexpectedly"