qa: Normalize executable location

This commit is contained in:
MarcoFalke
2018-04-19 08:38:59 -04:00
parent 39cf27faf3
commit fa811b0b1d
5 changed files with 21 additions and 30 deletions

View File

@@ -57,12 +57,8 @@ from test_framework.util import *
import time
from test_framework.blocktools import create_block, create_coinbase, create_transaction
class AcceptBlockTest(BitcoinTestFramework):
def add_options(self, parser):
parser.add_option("--testbinary", dest="testbinary",
default=os.getenv("BITCOIND", "bitcoind"),
help="bitcoind binary to test")
class AcceptBlockTest(BitcoinTestFramework):
def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 2