From 6d5c32ad4b6078a72b73b695981faec36ef917c0 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 15 Mar 2011 17:21:35 +1300 Subject: Fix hang on shutdown. --- test/tutils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index ec2c71a8..ae9dea27 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -59,6 +59,7 @@ class TestMaster(controller.Master): class ProxyThread(threading.Thread): def __init__(self, port, testq): self.tmaster = TestMaster(port, testq) + controller.exit = False threading.Thread.__init__(self) def run(self): -- cgit v1.2.3