[tor-commits] [ooni-probe/master] Do not call reactor.stop in netalyzr test.
art at torproject.org
art at torproject.org
Sun Dec 9 00:06:26 UTC 2012
commit fb9d25b80d761532c41034fffc255244b3175fab
Author: Arturo Filastò <art at 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):
More information about the tor-commits
mailing list