aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-04-17 19:26:03 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-20 15:04:33 +0200
commit6be3562e507d6a3e4c318f79c89e1def073b430c (patch)
treed836a8e93ecde355895a1e4d9b5ade139358850f /qa/pull-tester
parent67a79493976a3d5f5dac6ec64993fc3f415cac43 (diff)
downloadbitcoin-6be3562e507d6a3e4c318f79c89e1def073b430c.tar.xz
rpc-tests: Add proxy test
Add test for -proxy, -onion and -proxyrandomize.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index efeee45530..053e8b8a7f 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -27,6 +27,7 @@ testScripts=(
'mempool_coinbase_spends.py'
'httpbasics.py'
'zapwallettxes.py'
+ 'proxy_test.py'
# 'forknotify.py'
);
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then