commit 89e1de82f18e8a1b47347a4c5be5ba5db5134ac1 Author: Jacob Appelbaum jacob@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): """
tor-commits@lists.torproject.org