[Reconnoiter-devel] [reconnoiter commit] Reconnoiter branch, master, updated. 67a6f35109ef607de8abcc340885cfcd7a6b9966
git at labs.omniti.com
git at labs.omniti.com
Wed Nov 30 12:00:38 EST 2011
Pushed by: jesus
The branch, master has been updated
via 67a6f35109ef607de8abcc340885cfcd7a6b9966 (commit)
from 8c1b28db554231cb54f963499861462452f4ec7d (commit)
Summary of changes:
test/t/001_db_init.t | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Log:
commit 67a6f35109ef607de8abcc340885cfcd7a6b9966
Author: Theo Schlossnagle <jesus at omniti.com>
Date: Wed Nov 30 12:00:40 2011 -0500
jMCg: but *this* is Debuntu... It's *special*
diff --git a/test/t/001_db_init.t b/test/t/001_db_init.t
index 1297bf6..41018f3 100644
--- a/test/t/001_db_init.t
+++ b/test/t/001_db_init.t
@@ -13,6 +13,7 @@ ok(-r '../../sql/reconnoiter_ddl_dump.sql', 'SQL to load');
ok(`initdb -A trust $NOIT_TEST_DB`);
open (F, ">>$NOIT_TEST_DB/postgresql.conf");
print F "listen_addresses = 'localhost'\n";
+print F "unix_socket_directory = '$NOIT_TEST_DB'\n";
print F "port = $NOIT_TEST_DB_PORT\n";
close(F);
`pg_ctl -D $NOIT_TEST_DB -l $NOIT_TEST_DB/serverlog -s -w start`;
hooks/post-receive
--
Reconnoiter
More information about the Reconnoiter-devel
mailing list