Changeset: ffa1a15bb20b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ffa1a15bb20b Modified Files: sql/src/test/mapi/Tests/python_test_monetdb_sql.SQL.bat Branch: Oct2010 Log Message:
Use quotes around file names. diffs (9 lines): diff -r 5983d32dd71b -r ffa1a15bb20b sql/src/test/mapi/Tests/python_test_monetdb_sql.SQL.bat --- a/sql/src/test/mapi/Tests/python_test_monetdb_sql.SQL.bat Wed Sep 22 09:47:17 2010 +0200 +++ b/sql/src/test/mapi/Tests/python_test_monetdb_sql.SQL.bat Wed Sep 22 11:40:25 2010 +0200 @@ -10,4 +10,4 @@ prompt # $t $g echo on -python %testpath%/runtests.py +python "%testpath%/runtests.py" _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
