File tree 3 files changed +1
-7
lines changed
3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ include $(top_builddir)/src/Makefile.global
19
19
REGRESS_SHLIB =$(abs_top_builddir ) /src/test/regress/regress$(DLSUFFIX )
20
20
export REGRESS_SHLIB
21
21
22
- # required for 027_stream_regress.pl
23
- REGRESS_OUTPUTDIR =$(abs_top_builddir ) /src/test/recovery/tmp_check
24
- export REGRESS_OUTPUTDIR
25
-
26
22
check :
27
23
$(prove_check )
28
24
Original file line number Diff line number Diff line change 49
49
$node_standby_1 -> start;
50
50
51
51
my $dlpath = PostgreSQL::Test::Utils::perl2host(dirname($ENV {REGRESS_SHLIB }));
52
- my $outputdir = PostgreSQL::Test::Utils::perl2host($ENV { REGRESS_OUTPUTDIR } );
52
+ my $outputdir = PostgreSQL::Test::Utils::perl2host($PostgreSQL::Test::Utils::tmp_check );
53
53
54
54
# Run the regression tests against the primary.
55
55
my $extra_opts = $ENV {EXTRA_REGRESS_OPTS } || " " ;
Original file line number Diff line number Diff line change @@ -536,8 +536,6 @@ sub recoverycheck
536
536
{
537
537
InstallTemp();
538
538
539
- $ENV {REGRESS_OUTPUTDIR } = " $topdir /src/test/recovery/tmp_check" ;
540
-
541
539
my $dir = " $topdir /src/test/recovery" ;
542
540
my $status = tap_check($dir );
543
541
exit $status if $status ;
You can’t perform that action at this time.
0 commit comments