aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2019-12-12 20:21:54 +0100
committerJeremy Rubin <j@rubin.io>2019-12-12 11:52:26 -0800
commit2081442c421cc4376e5d7839f68fbe7630e89103 (patch)
treef6dc56678af8d7eaf188e9671a773125b127c3d2 /test/functional/test_runner.py
parent7414d3820c833566b4f48c6c120a18bf53978c55 (diff)
downloadbitcoin-2081442c421cc4376e5d7839f68fbe7630e89103.tar.xz
test: Add test for rpc_whitelist
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 4156e22720..110733c529 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -136,6 +136,7 @@ BASE_SCRIPTS = [
'interface_rpc.py',
'rpc_psbt.py',
'rpc_users.py',
+ 'rpc_whitelist.py',
'feature_proxy.py',
'rpc_signrawtransaction.py',
'wallet_groups.py',