Commit 4d930eee authored by Heikki Linnakangas's avatar Heikki Linnakangas

Don't leave 'tmp_check' directory behind in pg_rewind regression tests.

parent b0a738f4
......@@ -62,9 +62,11 @@ our @EXPORT = qw(
clean_rewind_test
);
# A temporary directory created with 'tempdir' is deleted automatically at
# the end of the tests. You can change it to a constant if you need to keep it
# for debugging purposes,
my $testroot = tempdir;
# Adjust these paths for your environment
my $testroot = "./tmp_check";
our $test_master_datadir="$testroot/data_master";
our $test_standby_datadir="$testroot/data_standby";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment