aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-01-24 14:59:08 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-07-24 15:05:37 +0900
commit0128121101fb3ee82f3abd3973a967a4226ffe0e (patch)
treef3bd4481e95ed5b2761c0a785263e67614e9a10f /test/functional/test_runner.py
parent59d6f7b4e2f847ec1f2ff46c84e6157655984f85 (diff)
downloadbitcoin-0128121101fb3ee82f3abd3973a967a4226ffe0e.tar.xz
test: Add basic testing for wallet groups
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 4c5acf69a9..d324cd9bba 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -105,6 +105,7 @@ BASE_SCRIPTS = [
'rpc_users.py',
'feature_proxy.py',
'rpc_signrawtransaction.py',
+ 'wallet_groups.py',
'p2p_disconnect_ban.py',
'rpc_decodescript.py',
'rpc_blockchain.py',