Update of /cvsroot/monetdb/sql/src/benchmarks/tpch/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10008/sql/src/benchmarks/tpch/Tests

Modified Files:
      Tag: SQL_2-20
        load.SQL.py 
Log Message:

fixed (double-) quoting to get tests working, again.


Index: load.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/Tests/load.SQL.py,v
retrieving revision 1.10.10.2
retrieving revision 1.10.10.3
diff -u -d -r1.10.10.2 -r1.10.10.3
--- load.SQL.py 26 Oct 2007 12:42:43 -0000      1.10.10.2
+++ load.SQL.py 28 Oct 2007 10:25:55 -0000      1.10.10.3
@@ -22,5 +22,5 @@
 
 CALL = SQL_CLIENT+" < load.sql"
 
-os.system('Mlog "%s"' % CALL)
+os.system('Mlog "%s"' % CALL.replace('"','\\"'))
 os.system(CALL)


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

Reply via email to