Update of /cvsroot/monetdb/pathfinder/tests/StandOff
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6260
Modified Files:
Tag: XQuery_0-22
StandOff.py
Log Message:
use `pf -b` instead of `pf --enable-standoff`
as Windows does not seem to like this (or all?) long options with pf
Index: StandOff.py
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/StandOff/StandOff.py,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- StandOff.py 30 Jan 2008 09:20:59 -0000 1.9
+++ StandOff.py 14 Feb 2008 09:56:40 -0000 1.9.2.1
@@ -27,7 +27,7 @@
TSTSRCDIR = os.environ['TSTSRCDIR']
PF = os.environ['PF']
-CALL = '%s --enable-standoff "%s.xq" | %s --set standoff=enabled --dbname=%s
"--dbinit=module(pathfinder);"' % (PF,os.path.join(TSTSRCDIR,TST),MSERVER,TSTDB)
+CALL = '%s -b "%s.xq" | %s --set standoff=enabled --dbname=%s
"--dbinit=module(pathfinder);"' % (PF,os.path.join(TSTSRCDIR,TST),MSERVER,TSTDB)
import sys, time
Mlog = "\n%s %s\n\n" % (time.strftime('# %H:%M:%S
>',time.localtime(time.time())), CALL)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins