Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2495/src/testing
Modified Files:
Mtest.py.in README
Log Message:
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: README
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/README,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- README 30 Aug 2007 12:35:37 -0000 1.39
+++ README 11 Sep 2007 15:51:34 -0000 1.40
@@ -137,7 +137,7 @@
or TST[.exe|.com|.bat|.cmd] TST [TST.prelude]
or python TST.py [TST.prelude]
* Mserver --dbname=TSTDB --set mapi_port=$MAPIPORT --set xrpc_port=$XRPCPORT
--dbinit="module(pathfinder);" [TST.prologue] &
- mclient -lxquery -oxml < TST[_(s|p)XX].xq
+ mclient -lxquery -fxml < TST[_(s|p)XX].xq
or TST[.exe|.com|.bat|.cmd] TST [TST.prelude]
or python TST.py [TST.prelude]
@@ -236,7 +236,7 @@
MALCLIENT mclient -lmal mal-client
program `)
SQLCLIENT mclient -lsql sql-client
program `)
SQLDUMP msqldump sql-dump
program `)
- XQUERYCLIENT mclient -lxquery -oxml xquery-client
program `)
+ XQUERYCLIENT mclient -lxquery -fxml xquery-client
program `)
`) Alternative MIL-, MAL-, SQL-, & XQUERY- client programs need to accept
(or ignore)
"--config=", "--host=", & "--port=" options.
Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- Mtest.py.in 11 Sep 2007 12:51:18 -0000 1.302
+++ Mtest.py.in 11 Sep 2007 15:51:34 -0000 1.303
@@ -2770,7 +2770,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'"
if THISFILE == "Mprofile.py":
dft['CMDLST'] = "FindCmdLst(env)"
-------------------------------------------------------------------------
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