Re: make installcheck in contrib - Mailing list pgsql-hackers

From Joe Conway
Subject Re: make installcheck in contrib
Date
Msg-id 3D82ACA4.6030306@joeconway.com
Whole thread Raw
In response to make installcheck in contrib  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
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"
 






pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: DROP TABLE... CASCADE weirdness
Next
From: Hannu Krosing
Date:
Subject: Re: DROP TABLE... CASCADE weirdness