Changeset: 5f3a54247544 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5f3a54247544
Modified Files:
        testing/src/process.py
Branch: Jun2010
Log Message:

Remove -i option from mclient calls in process.py.
Mtest.py also doen't use the -i option, so we shouldn't either.


diffs (16 lines):

diff -r 43b62989158b -r 5f3a54247544 testing/src/process.py
--- a/testing/src/process.py    Tue Jul 13 11:46:02 2010 +0200
+++ b/testing/src/process.py    Tue Jul 13 13:06:21 2010 +0200
@@ -35,9 +35,9 @@
         del command[0]
     return command
 
-_mil_client = splitcommand(os.getenv('MIL_CLIENT', 'mclient -lmil -i'))
-_mal_client = splitcommand(os.getenv('MAL_CLIENT', 'mclient -lmal -i'))
-_sql_client = splitcommand(os.getenv('SQL_CLIENT', 'mclient -lsql -i'))
+_mil_client = splitcommand(os.getenv('MIL_CLIENT', 'mclient -lmil'))
+_mal_client = splitcommand(os.getenv('MAL_CLIENT', 'mclient -lmal'))
+_sql_client = splitcommand(os.getenv('SQL_CLIENT', 'mclient -lsql'))
 _xquery_client = splitcommand(os.getenv('XQUERY_CLIENT', 'mclient -lxquery 
-fxml'))
 _sql_dump = splitcommand(os.getenv('SQL_DUMP', 'msqldump'))
 _server = splitcommand(os.getenv('MSERVER', ''))
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to