mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Prefix temp data dirs with the node name
This makes it easier to relate the temporary data dirs to each node in a test script. Author: Kyotaro Horiguchi Reviewed-By: Craig Ringer, Alvaro Herrera
This commit is contained in:
@ -115,7 +115,7 @@ sub new
|
||||
my $self = {
|
||||
_port => $pgport,
|
||||
_host => $pghost,
|
||||
_basedir => TestLib::tempdir,
|
||||
_basedir => TestLib::tempdir("data_" . $name),
|
||||
_name => $name,
|
||||
_logfile => "$TestLib::log_path/${testname}_${name}.log" };
|
||||
|
||||
|
Reference in New Issue
Block a user