Skip to content

Commit

Permalink
tests: Disable Tor interaction
Browse files Browse the repository at this point in the history
This is unnecessary during the current tests (any test for Tor
interaction can explicitly enable it) and interferes with the proxy
test.
  • Loading branch information
laanwj authored and str4d committed Mar 25, 2017
1 parent 65fd8eb commit f3e1770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/rpc-tests/test_framework/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f3e1770

Please sign in to comment.