Re: [Monetdb-developers] [Monetdb-checkins] MonetDB/src/testing Mtest.py.in, , 1.307, 1.308
Please revert and update your clients. The -o option for mclient is gone. Peter Boncz wrote:
Update of /cvsroot/monetdb/MonetDB/src/testing In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20410
Modified Files: Mtest.py.in Log Message: mclient -lx -oxml -fxml
produces very oddly escaped and pre-abled results (correct/bug?) in any case, such output is not what the testweb expects
therefore: removing -fxml
Index: Mtest.py.in =================================================================== RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v retrieving revision 1.307 retrieving revision 1.308 diff -u -d -r1.307 -r1.308 --- Mtest.py.in 14 Sep 2007 16:09:12 -0000 1.307 +++ Mtest.py.in 17 Sep 2007 23:12:34 -0000 1.308 @@ -2700,7 +2700,7 @@ dft['MALCLIENT'] = "'mclient -lmal'" dft['SQLCLIENT'] = "'mclient -lsql'" dft['SQLDUMP'] = "'msqldump'" - dft['XQUERYCLIENT'] = "'mclient -lxquery -fxml'" + dft['XQUERYCLIENT'] = "'mclient -lxquery -oxml'" 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 Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- Sjoerd Mullender
participants (1)
-
Sjoerd Mullender