diff options
-rw-r--r-- | src/test/test_rebind.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_rebind.py b/src/test/test_rebind.py index 64eba14f05..dfd0ccbcb6 100644 --- a/src/test/test_rebind.py +++ b/src/test/test_rebind.py @@ -80,6 +80,7 @@ tor_path = sys.argv[1] tor_process = subprocess.Popen([tor_path, '-ControlPort', '127.0.0.1:{}'.format(control_port), '-SOCKSPort', '127.0.0.1:{}'.format(socks_port), + '-Log', 'debug stdout', '-FetchServerDescriptors', '0'], stdout=subprocess.PIPE, stderr=subprocess.PIPE) |