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

Merge with Aug2018 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
@@ -1896,7 +1896,7 @@ def CategorizeResult(TST, SockTime, outm
         ff.write("\n<!--MajorDiffs-->\n")
         ff.close()
         e = F_ERROR
-    if e == F_ERROR and SockTime in (F_SOCK, F_TIME, F_RECU, F_ABRT, F_SEGV):
+    if e in (F_ERROR, F_MISSING) and SockTime in (F_SOCK, F_TIME, F_RECU, 
F_ABRT, F_SEGV):
         e = SockTime
     return o, e
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to