aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2019-04-25 07:44:00 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2019-10-30 18:56:25 +0000
commita6f6f77a86a50de32275f7aac37aa6eaf79f79eb (patch)
treef990dcfd28a215cd26c5af3d4d1ad85062a13574 /test/functional/test_runner.py
parent8afa602f308ef003bb6893718eae1fe5a830690c (diff)
downloadbitcoin-a6f6f77a86a50de32275f7aac37aa6eaf79f79eb.tar.xz
QA: Add wallet_implicitsegwit to test the ability to transform keys between address types
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 9c92091f1d..b6f2afd6c7 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -181,6 +181,7 @@ BASE_SCRIPTS = [
'mining_basic.py',
'wallet_bumpfee.py',
'wallet_bumpfee_totalfee_deprecation.py',
+ 'wallet_implicitsegwit.py',
'rpc_named_arguments.py',
'wallet_listsinceblock.py',
'p2p_leak.py',