Skip to content

Commit

Permalink
Disable metrics screen in RPC tests
Browse files Browse the repository at this point in the history
Author: Jack Grigg <[email protected]>
Signed-off-by: Daira Hopwood <[email protected]>
  • Loading branch information
daira committed Oct 23, 2016
1 parent dccc140 commit 02a4ace
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 @@ -65,6 +65,7 @@ def initialize_datadir(dirname, n):
os.makedirs(datadir)
with open(os.path.join(datadir, "zcash.conf"), 'w') as f:
f.write("regtest=1\n");
f.write("showmetrics=0\n");
f.write("rpcuser=rt\n");
f.write("rpcpassword=rt\n");
f.write("port="+str(p2p_port(n))+"\n");
Expand Down

0 comments on commit 02a4ace

Please sign in to comment.