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

Modified Files:
      Tag: SQL_2-20
        load.SQL.py 
Log Message:
No need for special cases for Windows or Linux.

Index: load.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/Tests/load.SQL.py,v
retrieving revision 1.10.10.1
retrieving revision 1.10.10.2
diff -u -d -r1.10.10.1 -r1.10.10.2
--- load.SQL.py 14 Oct 2007 18:42:45 -0000      1.10.10.1
+++ load.SQL.py 26 Oct 2007 12:42:43 -0000      1.10.10.2
@@ -22,8 +22,5 @@
 
 CALL = SQL_CLIENT+" < load.sql"
 
-if os.name == "nt":
-    os.system("call Mlog.bat %s" % CALL)
-else:
-    os.system("Mlog '%s'" % CALL)
+os.system('Mlog "%s"' % CALL)
 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