Changeset: 544d47cc3c66 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=544d47cc3c66
Modified Files:
        sql/storage/bat/bat_storage.c
Branch: sciql
Log Message:

Merge from default 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
@@ -1869,7 +1869,7 @@ def RunTest(env, TST, BusyPorts, COND, o
             if corefile is None:
                 corefile = os.path.join(env['GDK_DBFARM'], env['TSTDB'], 
'core.*')
                 corefile = glob.glob(corefile)
-                if corefile is not None and os.path.exists(corefile[0]):
+                if corefile is not None and len(corefile) > 0 and 
os.path.exists(corefile[0]):
                     corefile = corefile[0]
                 else:
                     corefile = None
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to