Update of /cvsroot/monetdb/sql/src/backends/monet5/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18768/src/backends/monet5/Tests

Modified Files:
        script.sh 
Log Message:
make sure we pass user and password to mclient, or it will start to ask for it

U script.sh
Index: script.sh
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/Tests/script.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- script.sh   22 Aug 2007 06:22:07 -0000      1.2
+++ script.sh   16 Sep 2009 12:41:39 -0000      1.3
@@ -11,7 +11,7 @@
        do
                sleep $1
                echo "fire $$.$i:" `date +"%F %T"`
-               mclient -lsql -p50000 <$3
+               mclient -umonetdb -Pmonetdb -lsql -p50000 <$3
                echo "done $$.$i";
                i=`expr $i + 1`
        done


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; 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&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to