aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAndrew Chow <[email protected]>2020-10-29 12:28:07 -0400
committerAndrew Chow <[email protected]>2020-10-29 12:34:16 -0400
commit586640381a2c379ce3d6366b1b4534ccc4e8ccf2 (patch)
tree917bced73ce098d0f3762fe3634a428d777f7bcf /test/functional/test_runner.py
parentMerge #20186: wallet: Make -wallet setting not create wallets (diff)
downloaddiscoin-586640381a2c379ce3d6366b1b4534ccc4e8ccf2.tar.xz
discoin-586640381a2c379ce3d6366b1b4534ccc4e8ccf2.zip
Skip --descriptor tests if sqlite is not compiled
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 8cd82649b..b25fb2406 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -171,7 +171,7 @@ BASE_SCRIPTS = [
'rpc_net.py',
'wallet_keypool.py',
'wallet_keypool.py --descriptors',
- 'wallet_descriptor.py',
+ 'wallet_descriptor.py --descriptors',
'p2p_nobloomfilter_messages.py',
'p2p_filter.py',
'rpc_setban.py',
@@ -208,7 +208,7 @@ BASE_SCRIPTS = [
'mempool_expiry.py',
'wallet_import_rescan.py',
'wallet_import_with_label.py',
- 'wallet_importdescriptors.py',
+ 'wallet_importdescriptors.py --descriptors',
'wallet_upgradewallet.py',
'rpc_bind.py --ipv4',
'rpc_bind.py --ipv6',