make installcheck in contrib
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
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
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"