[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Add the file option to the required options.
commit ad1a572495111a71756713dc164d85712a155d4d
Author: Arturo Filastò <art@xxxxxxxxx>
Date: Mon Mar 3 11:00:04 2014 +0100
Add the file option to the required options.
---
ooni/nettests/blocking/bridge_reachability.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ooni/nettests/blocking/bridge_reachability.py b/ooni/nettests/blocking/bridge_reachability.py
index eb03983..65e968a 100644
--- a/ooni/nettests/blocking/bridge_reachability.py
+++ b/ooni/nettests/blocking/bridge_reachability.py
@@ -27,6 +27,8 @@ class BridgeReachability(nettest.NetTestCase):
inputFile = ['file', 'f', None,
'File containing bridges to test reachability for (they should be one per line IP:ORPort)']
+ requiredOptions = ['file']
+
def setUp(self):
self.tor_progress = 0
self.timeout = int(self.localOptions['timeout'])
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits