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

Send output to open file.


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
@@ -2301,7 +2301,7 @@ def RunTest(env, TST, BusyPorts, COND, o
         elif pSrvr.poll() is None:
             sockerr = F_OK
         else:
-            sres = returnCode(pSrvr.proc, TestErrFile)
+            sres = returnCode(pSrvr.proc, openutf8(TestErrFile, 'a'))
             if sres == 'segfault':
                 sockerr = F_SEGV
             elif sres == 'abort':
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to