diff options
| author | Thomas Munro | 2022-02-13 23:52:57 +0000 |
|---|---|---|
| committer | Thomas Munro | 2022-02-13 23:52:57 +0000 |
| commit | 7e6124ca7d81f4767a44bae487226bc8b003ec31 (patch) | |
| tree | 1e3a85857d803e1f840a0203f6335513686a4ec8 /src/tools | |
| parent | 302612a6c74fb16f26d094ff47e9c59cf412740c (diff) | |
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
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc/vcregress.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl index ddce4680a94..a9946262398 100644 --- a/src/tools/msvc/vcregress.pl +++ b/src/tools/msvc/vcregress.pl @@ -536,8 +536,6 @@ sub recoverycheck { InstallTemp(); - $ENV{REGRESS_OUTPUTDIR} = "$topdir/src/test/recovery/tmp_check"; - my $dir = "$topdir/src/test/recovery"; my $status = tap_check($dir); exit $status if $status; |
