Changeset: c862760b4007 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c862760b4007
Modified Files:
        
Branch: default
Log Message:

Merged from Dec2011


diffs (19 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1560,6 +1560,7 @@ def StableOutErr(env,par,TST,SYST,RELEAS
 ### StableOutErr(env,par,TST,SYST,RELEASE,DIST,VERSION) #
 
 def CategorizeResult(TST, SockTime):
+    l = '<!--MajorDiffs-->'   # assign something in case file is empty
     for l in open("%s.out.diff.html" % TST):
         pass
     if   l[:14] == '<!--NoDiffs-->':
@@ -1574,6 +1575,7 @@ def CategorizeResult(TST, SockTime):
         ff.write("\n<!--MajorDiffs-->\n")
         ff.close()
         o = F_ERROR
+    l = '<!--MajorDiffs-->'   # assign something in case file is empty
     for l in open("%s.err.diff.html" % TST):
         pass
     if   l[:14] == '<!--NoDiffs-->':
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to