]> granicus.if.org Git - postgresql/commit
Use separate output dirs for test_decoding's two runs.
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 30 Mar 2014 22:30:59 +0000 (18:30 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 30 Mar 2014 22:30:59 +0000 (18:30 -0400)
commit7317d8d961f210c3a6b20972cd605bcd9bffb06e
tree547f5a1f2787ae188fb92e8e1ae1b1b048af595a
parent9d66116444b9763bc09defb688fb09343420e040
Use separate output dirs for test_decoding's two runs.

contrib/test_decoding's "make check" runs two sets of tests. Unless we
specify separate output directories for each set the isolation tests
will overwrite the output from the  normal regression set. Doing this
will help the buildfarm collect complete logs.
contrib/test_decoding/Makefile