Update of /cvsroot/monetdb/pathfinder/tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16707/tests

Modified Files:
      Tag: GDK-2
        XQTS.sh 
Log Message:
propagated changes of Tuesday Aug 21 2007 - Friday Aug 24 2007
from the development trunk to the GDK-2 branch


Index: XQTS.sh
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XQTS.sh,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- XQTS.sh     16 Jul 2007 21:54:56 -0000      1.5
+++ XQTS.sh     24 Aug 2007 11:46:10 -0000      1.5.2.1
@@ -43,13 +43,13 @@
        XQTS_SRC="${XQTS_SRC}_"
 fi
 
-type -p MapiClient || {
-       echo 'MapiClient not found!'
-       echo 'Please make sure that MapiClient is found in your $PATH.'
+type -p mclient || {
+       echo 'mclient not found!'
+       echo 'Please make sure that mclient is found in your $PATH.'
        exit 1
 }
 
-echo '1+2' | MapiClient -lx -sxml || {
+echo '1+2' | mclient -lx -oxml || {
        echo 'MonetDB/XQuery server not running?'
        echo 'Please start it with (e.g.) `Mserver 
--dbinit="module(pathfinder);"`.'
        exit 1
@@ -73,7 +73,7 @@
        -e 
's|doc("[^")]*XQTS.Errors.xml")|doc("'"$THISDIR"'/XQTS.Errors.xml")|g' \
        -e 
's|doc("[^")]*XQTS.missing.xml")|doc("'"$THISDIR"'/XQTS.missing.xml")|g' \
        -e 
's|doc("[^")]*XQTS.supported.xml")|doc("'"$THISDIR"'/XQTS.supported.xml")|g' \
- | MapiClient -lx -sxml \
+ | mclient -lx -oxml \
  | grep -v '^<.*>$' \
  | sed -e 's|&lt;|<|g' -e 's|&gt;|>|g' \
  > "$XQTS_DST/.XQTS.sh" || exit 1


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to