Changeset: 9bcfb65c6167 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9bcfb65c6167
Modified Files:
testing/Mtest.py.in
Branch: default
Log Message:
Merge with Apr2012 branch.
diffs (12 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3438,7 +3438,7 @@ def main(argv) :
RELSRCBASE = os.curdir
else:
TSTBASE =
os.path.dirname(os.path.commonprefix([os.path.normcase(TSTSRCBASE),
os.path.normcase(TSTTRGBASE)]))
- RELBASE =
(os.pardir+os.sep)*len(TSTTRGBASE[len(TSTBASE+os.sep):].split(os.sep))
+ RELBASE = os.path.join(* [os.pardir] *
len(TSTTRGBASE[len(TSTBASE+os.sep):].split(os.sep)))
RELSRCBASE = RELBASE + TSTSRCBASE[len(TSTBASE):]
env['RELSRCBASE'] = RELSRCBASE
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list