make installcheck in contrib

Started by Joe Conwayover 23 years ago3 messages
#1Joe Conway
mail@joeconway.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joe Conway (#1)
Re: make installcheck in contrib

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

#3Joe Conway
mail@joeconway.com
In reply to: Joe Conway (#1)
Re: make installcheck in contrib

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 -- error message format
- tsearch -- "server closed the connection unexpectedly"