diff options
author | John Newbery <john@johnnewbery.com> | 2017-02-24 12:39:33 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-03-09 09:26:48 -0500 |
commit | b0dec4a04a2d9415bfb4996404900e2c173b41d0 (patch) | |
tree | bfd4791c3e6f9d693572fa4b610944a508e55ce7 /qa/rpc-tests/bip65-cltv-p2p.py | |
parent | af1363cb1c9a6684c9d78fce34e5567406209c60 (diff) |
Remove manual debug settings in qa tests.
-debug and -logtimemicros are now set by default. Individual test cases
no longer need to set these parameters manually.
Diffstat (limited to 'qa/rpc-tests/bip65-cltv-p2p.py')
-rwxr-xr-x | qa/rpc-tests/bip65-cltv-p2p.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/bip65-cltv-p2p.py b/qa/rpc-tests/bip65-cltv-p2p.py index ea9c3d73ab..63d05e8fc9 100755 --- a/qa/rpc-tests/bip65-cltv-p2p.py +++ b/qa/rpc-tests/bip65-cltv-p2p.py @@ -43,7 +43,7 @@ class BIP65Test(ComparisonTestFramework): def setup_network(self): # Must set the blockversion for this test self.nodes = start_nodes(self.num_nodes, self.options.tmpdir, - extra_args=[['-debug', '-whitelist=127.0.0.1', '-blockversion=3']], + extra_args=[['-whitelist=127.0.0.1', '-blockversion=3']], binary=[self.options.testbinary]) def run_test(self): |