Re: [HACKERS] separate output dirs for test decoding pieces.

2014-03-31 Thread Robert Haas
On Mon, Mar 31, 2014 at 5:27 AM, Andres Freund wrote: > On 2014-03-29 13:20:41 -0400, Andrew Dunstan wrote: >> "make check" in contrib/test_decoding actually does two regression runs, one >> with pg_regress and one with pg_isolation_regress. These both use the same >> (default) outputdir, so one o

Re: [HACKERS] separate output dirs for test decoding pieces.

2014-03-31 Thread Andres Freund
Hi, On 2014-03-29 13:20:41 -0400, Andrew Dunstan wrote: > > "make check" in contrib/test_decoding actually does two regression runs, one > with pg_regress and one with pg_isolation_regress. These both use the same > (default) outputdir, so one overwrites the other, which is a bit unfortunate > fr

[HACKERS] separate output dirs for test decoding pieces.

2014-03-29 Thread Andrew Dunstan
"make check" in contrib/test_decoding actually does two regression runs, one with pg_regress and one with pg_isolation_regress. These both use the same (default) outputdir, so one overwrites the other, which is a bit unfortunate from the buildfarm's point of view. I propose to make them use s