aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-10-27 15:26:55 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-11-01 17:54:19 -0500
commit6c9c12bf87f95066acc28ea2270a00196eb77703 (patch)
treecb31f540cb9ba8055c4218e9cef18bdfd90d2abd /test/functional/test_runner.py
parent9a4c631e1c00eb1661c000978b133d7aa0226290 (diff)
downloadbitcoin-6c9c12bf87f95066acc28ea2270a00196eb77703.tar.xz
Update feature_backwards_compatibility for descriptor wallets
Diffstat (limited to 'test/functional/test_runner.py')
-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 432fea4b35..5b3db282e1 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -197,6 +197,7 @@ BASE_SCRIPTS = [
'wallet_txn_doublespend.py',
'wallet_txn_doublespend.py --descriptors',
'feature_backwards_compatibility.py',
+ 'feature_backwards_compatibility.py --descriptors',
'wallet_txn_clone.py --mineblock',
'feature_notifications.py',
'rpc_getblockfilter.py',