Browse Source

tests: Disable Tor interaction

This is unnecessary during the current tests (any test for Tor
interaction can explicitly enable it) and interferes with the proxy
test.
metaverse
Wladimir J. van der Laan 9 years ago
committed by Jack Grigg
parent
commit
f3e1770cfb
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 1
      qa/rpc-tests/test_framework/util.py

1
qa/rpc-tests/test_framework/util.py

@ -83,6 +83,7 @@ def initialize_datadir(dirname, n):
f.write("rpcpassword=rt\n");
f.write("port="+str(p2p_port(n))+"\n");
f.write("rpcport="+str(rpc_port(n))+"\n");
f.write("listenonion=0\n");
return datadir
def initialize_chain(test_dir):

Loading…
Cancel
Save