mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
tests: Add feature_segwit.py --descriptors to test_runner.py
This commit is contained in:
parent
ae6cbcc909
commit
e9ade032f3
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ BASE_SCRIPTS = [
|
||||||
'p2p_compactblocks.py',
|
'p2p_compactblocks.py',
|
||||||
'p2p_compactblocks_blocksonly.py',
|
'p2p_compactblocks_blocksonly.py',
|
||||||
'feature_segwit.py --legacy-wallet',
|
'feature_segwit.py --legacy-wallet',
|
||||||
|
'feature_segwit.py --descriptors',
|
||||||
# vv Tests less than 2m vv
|
# vv Tests less than 2m vv
|
||||||
'wallet_basic.py --legacy-wallet',
|
'wallet_basic.py --legacy-wallet',
|
||||||
'wallet_basic.py --descriptors',
|
'wallet_basic.py --descriptors',
|
||||||
|
|
Loading…
Reference in a new issue