Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a738f commit 4d930eeCopy full SHA for 4d930ee
src/bin/pg_rewind/RewindTest.pm
@@ -62,9 +62,11 @@ our @EXPORT = qw(
62
clean_rewind_test
63
);
64
65
+# A temporary directory created with 'tempdir' is deleted automatically at
66
+# the end of the tests. You can change it to a constant if you need to keep it
67
+# for debugging purposes,
68
+my $testroot = tempdir;
69
-# Adjust these paths for your environment
-my $testroot = "./tmp_check";
70
our $test_master_datadir="$testroot/data_master";
71
our $test_standby_datadir="$testroot/data_standby";
72
0 commit comments