Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26017/src/testing

Modified Files:
        Mtest.py.in 
Log Message:
undoing Peter's latest change:

mclient's "-o" option has been coalesced with its "-f" option;
hence, we need to use "-f" instead of "-o", now.

Please make sure that your software/sources are up-to-date (clients in this
case), and try to stay up-to-date with recent developments, e.g., by
following checkin messages, asking questions and/or exploiting CVS
conveniences to check for changes and their rationel:

========
.../MonetDB $ cvs annotate -r1.307 src/testing/Mtest.py.in | grep -1 '\-fxml'
--------
1.275        (sjoerd   26-Apr-07):         dft['SQLDUMP']        = "'msqldump'"
1.303        (sjoerd   11-Sep-07):         dft['XQUERYCLIENT']   = "'mclient 
-lxquery -fxml'"
1.275        (sjoerd   26-Apr-07):         dft['X100CLIENT']     = 
"'x100run_mapi'"
========
.../MonetDB $ cvs log -r1.303 src/testing/Mtest.py.in 
--------
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
Working file: src/testing/Mtest.py.in
head: 1.308
[...]
revision 1.303
date: 2007/09/11 15:51:34;  author: sjoerd;  state: Exp;  lines: +1 -1

Coalesced mclient's -o and -f options into a single -f (output format)
option.

The -o option was used to specify output formatting for XQuery,
whereas -f was used to specify output formatting for the other
languages.  Now the same option is used for both (similar) functions.

This also frees up -o for a future, possible -o output file option.
=============================================================================



Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- Mtest.py.in 17 Sep 2007 23:12:34 -0000      1.308
+++ Mtest.py.in 18 Sep 2007 06:32:16 -0000      1.309
@@ -2700,7 +2700,7 @@
         dft['MALCLIENT']      = "'mclient -lmal'"
         dft['SQLCLIENT']      = "'mclient -lsql'"
         dft['SQLDUMP']        = "'msqldump'"
-        dft['XQUERYCLIENT']   = "'mclient -lxquery -oxml'"
+        dft['XQUERYCLIENT']   = "'mclient -lxquery -fxml'"
         dft['X100CLIENT']     = "'x100run_mapi'"
 
     #par = {}


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to