Changeset: 5927f4a21c34 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5927f4a21c34
Modified Files:
        sql/src/test/mapi/Tests/python_test_monetdb_sql_capabilities.SQL.bat
        sql/src/test/mapi/Tests/python_test_monetdb_sql_dbapi20.SQL.bat
Branch: Jun2010
Log Message:

Add quotes around file names that can potentially contain spaces.


diffs (18 lines):

diff -r 86f48573029e -r 5927f4a21c34 
sql/src/test/mapi/Tests/python_test_monetdb_sql_capabilities.SQL.bat
--- a/sql/src/test/mapi/Tests/python_test_monetdb_sql_capabilities.SQL.bat      
Tue Aug 17 15:01:26 2010 +0200
+++ b/sql/src/test/mapi/Tests/python_test_monetdb_sql_capabilities.SQL.bat      
Tue Aug 17 15:02:15 2010 +0200
@@ -10,4 +10,4 @@
 prompt # $t $g  
 echo on
 
-python %testpath%/capabilities_monetdb.py
+python "%testpath%\capabilities_monetdb.py"
diff -r 86f48573029e -r 5927f4a21c34 
sql/src/test/mapi/Tests/python_test_monetdb_sql_dbapi20.SQL.bat
--- a/sql/src/test/mapi/Tests/python_test_monetdb_sql_dbapi20.SQL.bat   Tue Aug 
17 15:01:26 2010 +0200
+++ b/sql/src/test/mapi/Tests/python_test_monetdb_sql_dbapi20.SQL.bat   Tue Aug 
17 15:02:15 2010 +0200
@@ -10,4 +10,4 @@
 prompt # $t $g  
 echo on
 
-python %testpath%/dbapi20_monetdb.py
+python "%testpath%\dbapi20_monetdb.py"
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to