commit fb9d25b80d761532c41034fffc255244b3175fab Author: Arturo Filastò art@fuffa.org Date: Sun Dec 9 01:08:19 2012 +0100
Do not call reactor.stop in netalyzr test. --- nettests/third_party/netalyzr.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/nettests/third_party/netalyzr.py b/nettests/third_party/netalyzr.py index b3a0a3d..9b21831 100644 --- a/nettests/third_party/netalyzr.py +++ b/nettests/third_party/netalyzr.py @@ -37,7 +37,6 @@ class NetalyzrWrapperTest(nettest.NetTestCase): except: log.debug("Netalyzr had an error, please see the log file: %s" % self.output_file) finally: - reactor.callFromThread(reactor.stop) self.clean_up()
def clean_up(self):
tor-commits@lists.torproject.org