Changeset: 09ba8ee2b5b7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=09ba8ee2b5b7
Modified Files:
Branch: Dec2011
Log Message:
merging
diffs (16 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1860,9 +1860,10 @@ def RunTest(env, TST, BusyPorts, COND, o
# rename core file, if any -- might have to check
# /proc/sys/kernel/core_pattern in the future but hopefully
# this value is kept sane
- if os.path.exists('core'):
+ corefile = os.path.join(env['GDK_DBFARM'], env['TSTDB'], 'core')
+ if os.path.exists(corefile):
try:
- os.rename('core', 'core-%s' % (TST))
+ os.rename(corefile, '%s-%s' % (corefile, TST))
except:
pass
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list