mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
[qa] Sort scripts by time for pull_tester and don't overwrite setup_chain
This commit is contained in:
@ -163,8 +163,11 @@ class UTXO(object):
|
||||
|
||||
|
||||
class SegWitTest(BitcoinTestFramework):
|
||||
def setup_chain(self):
|
||||
initialize_chain_clean(self.options.tmpdir, 3)
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 3
|
||||
|
||||
def add_options(self, parser):
|
||||
parser.add_option("--oldbinary", dest="oldbinary",
|
||||
|
Reference in New Issue
Block a user