Update of /cvsroot/monetdb/pathfinder/src/tools/Tests
In directory
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv18654/src/tools/Tests
Modified Files:
Tag: M5XQ
mclient-t-s.XQUERY.py
Log Message:
propagated changes of Wednesday Apr 14 2010
from the XQFT branch to the M5XQ branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/04/14 - sjoerd: src/tools/Tests/mclient-t-s.XQUERY.py,1.2.2.3
propagated changes of Wednesday Apr 14 2010
from the development trunk to the XQFT branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/04/14 - stmane: src/tools/Tests/mclient-t-s.XQUERY.py,1.3
updated test and stable output:
mclient now sends the "Timer" information to stderr:
"
2010/04/13 - sjoerd: clients/src/mapiclient/MapiClient.mx,1.202
Once again print timer information to stderr.
If you want to combine timer information with the regular output, you
can do
mclient -t ... 2>&1
This works since the standard output is flushed before the timer
information is printed.
And if you only want timer information, you can do
mclient -t ... >/dev/null
"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: mclient-t-s.XQUERY.py
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/tools/Tests/mclient-t-s.XQUERY.py,v
retrieving revision 1.2.4.2
retrieving revision 1.2.4.3
diff -u -d -r1.2.4.2 -r1.2.4.3
--- mclient-t-s.XQUERY.py 19 Nov 2009 13:51:49 -0000 1.2.4.2
+++ mclient-t-s.XQUERY.py 14 Apr 2010 13:34:58 -0000 1.2.4.3
@@ -9,5 +9,7 @@
sys.stderr.write(err)
sys.stdout.write('#~BeginVariableOutput~#\n')
+sys.stderr.write('#~BeginVariableOutput~#\n')
client(['-t', '-s', '(123)'])
sys.stdout.write('#~EndVariableOutput~#\n')
+sys.stderr.write('#~EndVariableOutput~#\n')
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins