Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d930ee

Browse files
committed
Don't leave 'tmp_check' directory behind in pg_rewind regression tests.
1 parentb0a738f commit4d930ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/bin/pg_rewind/RewindTest.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ our @EXPORT = qw(
6262
clean_rewind_test
6363
);
6464

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;
6569

66-
# Adjust these paths for your environment
67-
my$testroot ="./tmp_check";
6870
our$test_master_datadir="$testroot/data_master";
6971
our$test_standby_datadir="$testroot/data_standby";
7072

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp