Update of /cvsroot/monetdb/sql/src/test/Dump/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18768/src/test/Dump/Tests
Modified Files:
reload.SQL.py
Log Message:
make sure we pass user and password to mclient, or it will start to ask for it
U reload.SQL.py
Index: reload.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Dump/Tests/reload.SQL.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- reload.SQL.py 11 Dec 2008 13:42:48 -0000 1.5
+++ reload.SQL.py 16 Sep 2009 12:41:39 -0000 1.6
@@ -10,7 +10,7 @@
SQLCLIENT = os.environ['SQLCLIENT']
MAPIPORT = os.environ['MAPIPORT']
- cmd = str('%s -p %s' % (SQLCLIENT, MAPIPORT))
+ cmd = str('%s -umonetdb -Pmonetdb -p %s' % (SQLCLIENT, MAPIPORT))
f = open(os.path.join(TSTTRGDIR, 'dumpoutput.sql'), 'r')
clt = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,
stdin=subprocess.PIPE, stderr=subprocess.PIPE)
clt.stdin.write(f.read())
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins