Changeset: b6114ccd381a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b6114ccd381a
Modified Files:
        testing/Mtest.py.in
Branch: Jan2014
Log Message:

We need some extra protection against backslashes in path names.


diffs (14 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3352,8 +3352,8 @@ def main(argv) :
     env['DIRSEP'] = os.sep
 
     # most intuitive (?) default settings
-    dft['TSTSRCBASE']     = "_configure('@QXSOURCE@')"
-    dft['TSTTRGBASE']     = "_configure('@QXprefix@')"   # or os.getcwd() ?
+    dft['TSTSRCBASE']     = r"_configure('@QXSOURCE@')"
+    dft['TSTTRGBASE']     = r"_configure('@QXprefix@')"   # or os.getcwd() ?
     if THISFILE == "Mtest.py":
         dft['GDK_DEBUG']      = "TSTDBG"
         dft['GDK_NR_THREADS'] = "TSTTHREADS"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to