Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13288

Modified Files:
      Tag: MonetDB_1-20
        Mtest.py.in 
Log Message:
Place quotes differently to make Windows even happier.

Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.309.2.13
retrieving revision 1.309.2.14
diff -u -d -r1.309.2.13 -r1.309.2.14
--- Mtest.py.in 25 Oct 2007 15:45:31 -0000      1.309.2.13
+++ Mtest.py.in 30 Oct 2007 10:01:47 -0000      1.309.2.14
@@ -2196,19 +2196,19 @@
 
         if SERVER == "MIL":
             lang="mil"
-            Srvr = '%s --dbinit="%s module(mapi); mil_start();"' % (Srvr, 
DBINIT)
+            Srvr = '%s "--dbinit=%s module(mapi); mil_start();"' % (Srvr, 
DBINIT)
         if SERVER == "MAL":
             lang="mal"
-            Srvr = '%s --dbinit="%s"' % (Srvr, DBINIT)
+            Srvr = '%s "--dbinit=%s"' % (Srvr, DBINIT)
         if SERVER == "SQL":
             lang="sql"
             if par['M5']:
-                Srvr = '%s --set mal_listing=0 --dbinit="%s include sql;"' % 
(Srvr, DBINIT)
+                Srvr = '%s --set mal_listing=0 "--dbinit=%s include sql;"' % 
(Srvr, DBINIT)
             else:
-                Srvr = '%s --dbinit="%s module(sql_server);"' % (Srvr, DBINIT)
+                Srvr = '%s "--dbinit=%s module(sql_server);"' % (Srvr, DBINIT)
         if SERVER == "XQUERY":
             lang="xquery"
-            Srvr = '%s --dbinit="%s module(pathfinder);"' % (Srvr, DBINIT)
+            Srvr = '%s "--dbinit=%s module(pathfinder);"' % (Srvr, DBINIT)
         Srvr = Srvr+PROLOGUE
         if os.name == "nt":
             Srvr = Srvr+' & echo.& '


-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to