[tor-commits] [ooni-probe/master] fixup Netalyzr third party plugin

ioerror at torproject.org ioerror at torproject.org
Wed Dec 5 17:21:07 UTC 2012


commit 89e1de82f18e8a1b47347a4c5be5ba5db5134ac1
Author: Jacob Appelbaum <jacob at appelbaum.net>
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):
         """



More information about the tor-commits mailing list