diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-01-20 14:13:11 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-01-20 14:13:11 -0300 |
commit | c8642d909fdd57c36dd71e0b0bb4071523324794 (patch) | |
tree | 651e739a49ea41e568debd3c7e3a52448fb3bacf /src/bin/scripts/t/010_clusterdb.pl | |
parent | 216d5684325dd2f6959f4859648e7aa908ae0757 (diff) |
PostgresNode: Add names to nodes
This makes the log files easier to follow when investigating a test
failure.
Author: Michael Paquier
Review: Noah Misch
Diffstat (limited to 'src/bin/scripts/t/010_clusterdb.pl')
-rw-r--r-- | src/bin/scripts/t/010_clusterdb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/010_clusterdb.pl b/src/bin/scripts/t/010_clusterdb.pl index 5131b35d82b..11d678a8676 100644 --- a/src/bin/scripts/t/010_clusterdb.pl +++ b/src/bin/scripts/t/010_clusterdb.pl @@ -9,7 +9,7 @@ program_help_ok('clusterdb'); program_version_ok('clusterdb'); program_options_handling_ok('clusterdb'); -my $node = get_new_node(); +my $node = get_new_node('main'); $node->init; $node->start; |