aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2021-10-19 18:43:18 -0400
committerAndrew Chow <achow101-github@achow101.com>2021-10-19 18:43:18 -0400
commite9ade032f3283971025943d750b1305bc8da56fc (patch)
treedd7bb2cf0fcd387e49f9baea8659d474d48b4a75 /test
parentae6cbcc90926b65099ed8747e7a13a4aefba787a (diff)
downloadbitcoin-e9ade032f3283971025943d750b1305bc8da56fc.tar.xz
tests: Add feature_segwit.py --descriptors to test_runner.py
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index b91b294108..916cd94b79 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -100,6 +100,7 @@ BASE_SCRIPTS = [
'p2p_compactblocks.py',
'p2p_compactblocks_blocksonly.py',
'feature_segwit.py --legacy-wallet',
+ 'feature_segwit.py --descriptors',
# vv Tests less than 2m vv
'wallet_basic.py --legacy-wallet',
'wallet_basic.py --descriptors',