diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-17 19:26:03 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-20 15:04:33 +0200 |
commit | 6be3562e507d6a3e4c318f79c89e1def073b430c (patch) | |
tree | d836a8e93ecde355895a1e4d9b5ade139358850f /qa/pull-tester/rpc-tests.sh | |
parent | 67a79493976a3d5f5dac6ec64993fc3f415cac43 (diff) |
rpc-tests: Add proxy test
Add test for -proxy, -onion and -proxyrandomize.
Diffstat (limited to 'qa/pull-tester/rpc-tests.sh')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 1 |
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 |