aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2015-11-30 12:05:56 -0800
committerGregory Maxwell <greg@xiph.org>2015-11-30 12:25:28 -0800
commit438ee59839ad49bf629452279478462c987b7137 (patch)
treed5b311693784348db81dcef98b145c60d6bd2be4 /qa/pull-tester
parent34e02e0147188a7e364489db23128a05505e7a4c (diff)
parentd52fbf00e32fb0565652c9a62cdaf2bc1e2dddf0 (diff)
downloadbitcoin-438ee59839ad49bf629452279478462c987b7137.tar.xz
Merge pull request #7044
d52fbf0 Added additional config option for multiple RPC users. (Gregory Sanders)
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 5004b09c18..73205dc217 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -79,6 +79,7 @@ testScripts = [
'mempool_spendcoinbase.py',
'mempool_coinbase_spends.py',
'httpbasics.py',
+ 'multi_rpc.py',
'zapwallettxes.py',
'proxy_test.py',
'merkle_blocks.py',