[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] fixup Netalyzr third party plugin
commit 89e1de82f18e8a1b47347a4c5be5ba5db5134ac1
Author: Jacob Appelbaum <jacob@xxxxxxxxxxxxx>
Date: Wed Dec 5 23:50:38 2012 +0630
fixup Netalyzr third party plugin
---
nettests/third_party/netalyzr.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nettests/third_party/netalyzr.py b/nettests/third_party/netalyzr.py
index 1d878ff..6ce5a9f 100644
--- a/nettests/third_party/netalyzr.py
+++ b/nettests/third_party/netalyzr.py
@@ -25,10 +25,10 @@ class NetalyzrWrapperTest(nettest.NetTestCase):
test_token = time.asctime(time.gmtime()).replace(" ", "_").strip()
- output_file = os.path.join(outputdir,
+ self.output_file = os.path.join(outputdir,
"NetalyzrCLI_" + test_token + ".out")
- output_file.strip()
- self.run_me = program + " 2>&1 >> " + output_file
+ self.output_file.strip()
+ self.run_me = program + " 2>&1 >> " + self.output_file
def test_run_netalyzr(self):
"""
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits