aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2015-11-11 10:49:32 -0500
committerGregory Sanders <gsanders87@gmail.com>2015-11-29 08:34:20 -0500
commitd52fbf00e32fb0565652c9a62cdaf2bc1e2dddf0 (patch)
treec1f980618b73660416c80dcf6967aaa9b82806f7 /qa/pull-tester
parente54ebbf6009716a7abcd4d8d3f7bd910e88decdc (diff)
downloadbitcoin-d52fbf00e32fb0565652c9a62cdaf2bc1e2dddf0.tar.xz
Added additional config option for multiple RPC users.
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 83fc9b8f96..fc204b75ce 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -78,6 +78,7 @@ testScripts = [
'mempool_spendcoinbase.py',
'mempool_coinbase_spends.py',
'httpbasics.py',
+ 'multi_rpc.py',
'zapwallettxes.py',
'proxy_test.py',
'merkle_blocks.py',