Remove REGRESS_OUTPUTDIR environment variable.
authorThomas Munro <tmunro@postgresql.org>
Sun, 13 Feb 2022 23:52:57 +0000 (12:52 +1300)
committerThomas Munro <tmunro@postgresql.org>
Sun, 13 Feb 2022 23:52:57 +0000 (12:52 +1300)
commit7e6124ca7d81f4767a44bae487226bc8b003ec31
tree1e3a85857d803e1f840a0203f6335513686a4ec8
parent302612a6c74fb16f26d094ff47e9c59cf412740c
Remove REGRESS_OUTPUTDIR environment variable.

Andres Freund points out that the tmp_check path is already available as
perl variable PostgreSQL::Test::Utils::tmp_check, so we can drop the new
environment variable introduced by commit f47ed79cc.

Discussion: https://postgr.es/m/20220213052955.dh7lheehit7bsemf%40alap3.anarazel.de
src/test/recovery/Makefile
src/test/recovery/t/027_stream_regress.pl
src/tools/msvc/vcregress.pl