Changeset: 67dfe6ab482e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=67dfe6ab482e
Modified Files:
        
Branch: default
Log Message:

Merge with Jun2010 branch.


diffs (16 lines):

diff -r 5af5f1b63e0a -r 67dfe6ab482e testing/src/process.py
--- a/testing/src/process.py    Tue Jul 13 11:51:14 2010 +0200
+++ b/testing/src/process.py    Tue Jul 13 13:11:39 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
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to