Re: [HACKERS] pgxs and make check message

2009-07-08 Thread Peter Eisentraut
On Monday 06 July 2009 22:42:54 Peter Eisentraut wrote: > Isn't it a bad idea that this from pgxs.mk does not return a non-zero > status? > > check: > @echo "'make check' is not supported." > @echo "Do 'make install', then 'make installcheck' instead." > > Or is something relying on a nonex

[HACKERS] pgxs and make check message

2009-07-06 Thread Peter Eisentraut
Isn't it a bad idea that this from pgxs.mk does not return a non-zero status? check: @echo "'make check' is not supported." @echo "Do 'make install', then 'make installcheck' instead." Or is something relying on a nonexisting test suite passing successfully? -- Sent via pgsql-hackers ma