projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c489447
)
Force tests to use port 5432 in case PGPORT is conflicting.
author
Greg Sabino Mullane
<
[email protected]
>
Mon, 11 Feb 2013 21:23:46 +0000
(16:23 -0500)
committer
Greg Sabino Mullane
<
[email protected]
>
Mon, 11 Feb 2013 21:23:46 +0000
(16:23 -0500)
t/CP_Testing.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/CP_Testing.pm
b/t/CP_Testing.pm
index f12831f42698a0ed57f8612daa4071b9442cadc0..292ff5a366296f87337c681b3cbdcbef8d161d70 100644
(file)
--- a/
t/CP_Testing.pm
+++ b/
t/CP_Testing.pm
@@
-429,7
+429,7
@@
sub run {
my $dbuser = $self->{testuser} || die 'No testuser?';
my $dbname = $self->{dbname} || die 'No dbname?';
- my $com = qq{perl check_postgres.pl --no-check_postgresrc --action=$action};
+ my $com = qq{perl check_postgres.pl --no-check_postgresrc --
dbport=5432 --
action=$action};
if ($extra !~ /dbhost/) {
$com .= qq{ --dbhost="$dbhost"};
}