Changeset: 13c76cc70613 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/13c76cc70613
Modified Files:
        testing/Mtest.py.in
Branch: Jul2021
Log Message:

Make sure self.port exists.


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
@@ -2541,6 +2541,7 @@ class ServerClass:
         self.timer = t
 
         port = None
+        self.port = None
         if self.pollfile:
             while True:
                 proc.poll()
@@ -2573,7 +2574,6 @@ class ServerClass:
                 proc.terminate()
             proc.wait()
             t.cancel()
-            self.port = None
             return
         self.started = True
         self.port = port
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to