Move 027_stream_regress.pl's output to tmp_check.
authorThomas Munro <tmunro@postgresql.org>
Mon, 17 Jan 2022 18:17:37 +0000 (07:17 +1300)
committerThomas Munro <tmunro@postgresql.org>
Mon, 17 Jan 2022 19:07:29 +0000 (08:07 +1300)
Cleanup for commit f47ed79c.

Discussion: https://postgr.es/m/CA%2BhUKGKU%3DtiZoE7vp7qYFQNPdBd2pHoaOwkPMDg9YWk1h%3DFtmQ%40mail.gmail.com

src/test/recovery/Makefile
src/tools/msvc/vcregress.pl

index ec5a1f14d15fbd4f40f2189326c9ef58f06df878..4eb12e05838b8f40ce877dc9b1dc7090f94d58bf 100644 (file)
@@ -20,7 +20,7 @@ REGRESS_SHLIB=$(abs_top_builddir)/src/test/regress/regress$(DLSUFFIX)
 export REGRESS_SHLIB
 
 # required for 027_stream_regress.pl
-REGRESS_OUTPUTDIR=$(abs_top_builddir)/src/test/recovery
+REGRESS_OUTPUTDIR=$(abs_top_builddir)/src/test/recovery/tmp_check
 export REGRESS_OUTPUTDIR
 
 check:
index 8ba823b712cee8c3e566c544ccec93713b2fa52b..6dcd742fa6cb5348415894d54761ce7138c7557d 100644 (file)
@@ -536,7 +536,7 @@ sub recoverycheck
 {
    InstallTemp();
 
-   $ENV{REGRESS_OUTPUTDIR} = "$topdir/src/test/recovery";
+   $ENV{REGRESS_OUTPUTDIR} = "$topdir/src/test/recovery/tmp_check";
 
    my $mstat  = 0;
    my $dir    = "$topdir/src/test/recovery";