[tor-commits] [ooni-probe/master] Retain local Netalyzr debugging information using hidden argument

ioerror at torproject.org ioerror at torproject.org
Wed Dec 5 17:12:25 UTC 2012


commit 1bb2eb68adf67da7376892865169f9244f42f84d
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Wed Dec 5 23:38:36 2012 +0630

    Retain local Netalyzr debugging information using hidden argument
---
 nettests/third_party/netalyzr.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nettests/third_party/netalyzr.py b/nettests/third_party/netalyzr.py
index 20830ba..1d878ff 100644
--- a/nettests/third_party/netalyzr.py
+++ b/nettests/third_party/netalyzr.py
@@ -21,7 +21,7 @@ class NetalyzrWrapperTest(nettest.NetTestCase):
         outputdir = os.path.join(cwd, '..', '..')
 
         program_path = os.path.join(cwd, 'NetalyzrCLI.jar')
-        program = "java -jar %s " % program_path
+        program = "java -jar %s -d" % program_path
 
         test_token = time.asctime(time.gmtime()).replace(" ", "_").strip()
 



More information about the tor-commits mailing list