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 committed Dec 4, 2015
1 parent 7922592 commit 4c40ec0
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 @@ -107,6 +107,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 4c40ec0

Please sign in to comment.