[ooni-probe/master] Return the correct deferred in director start method.

12 Mar
2014
12 Mar
'14
9:49 p.m.
commit 064f3e5e635d3ced2395702e66e5d07b222c177c Author: Arturo Filastò <art@fuffa.org> Date: Fri Mar 7 17:07:16 2014 +0100 Return the correct deferred in director start method. --- ooni/oonicli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/oonicli.py b/ooni/oonicli.py index f75b31c..935d091 100644 --- a/ooni/oonicli.py +++ b/ooni/oonicli.py @@ -248,7 +248,7 @@ def runWithDirector(logging=True, start_tor=True): raise e netTestDone = director.startNetTest(net_test_loader, reporters) - return netTestDone + return director.allTestsDone def start(): d.addCallback(setup_nettest)
4137
Age (days ago)
4137
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org