mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
patch for building for an alternate port
This commit is contained in:
parent
b304212560
commit
2864c18ee5
@ -6,7 +6,7 @@
|
||||
|
||||
This file now requires Ant 1.4.1. 2002-04-18
|
||||
|
||||
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.36 2003/08/24 22:10:09 barry Exp $
|
||||
$Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.36.2.1 2003/12/18 03:32:05 davec Exp $
|
||||
|
||||
-->
|
||||
|
||||
@ -305,7 +305,9 @@
|
||||
<!-- This compiles and executes the JUnit tests -->
|
||||
|
||||
<!-- defaults for the tests - override these if required -->
|
||||
<property name="database" value="jdbc:postgresql:test" />
|
||||
<property name="server" value="localhost" />
|
||||
<property name="port" value="${def_pgport}" />
|
||||
<property name="database" value="test" />
|
||||
<property name="username" value="test" />
|
||||
<!-- Password must be something. Doesn't matter if trust is used! -->
|
||||
<property name="password" value="password" />
|
||||
@ -337,6 +339,8 @@
|
||||
<junit>
|
||||
<formatter type="brief" usefile="false"/>
|
||||
|
||||
<sysproperty key="server" value="${server}" />
|
||||
<sysproperty key="port" value="${port}" />
|
||||
<sysproperty key="database" value="${database}" />
|
||||
<sysproperty key="username" value="${username}" />
|
||||
<sysproperty key="password" value="${password}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user