Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions t/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ BEGIN
}

const my $PORT => 17755;
const my $RPCPORT => 17756;
const my $TMPDIR_HANDLE => File::Temp->newdir(CLEANUP => 1);
const my $TMPDIR => $TMPDIR_HANDLE->dirname();

Expand Down Expand Up @@ -169,6 +170,7 @@ sub test_argument_checking {
sub get_test_conf {
return <<"END";
reporting-disabled = true
bind-address = ":$RPCPORT"

[logging]
level = "warn"
Expand Down