aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@chaincode.com>2015-09-18 15:59:55 -0400
committerJonas Schnelli <dev@jonasschnelli.ch>2015-10-26 15:40:38 +0100
commit17a073ae0692fe378827e3c4dae01294509e19e9 (patch)
tree4560ef6836a8e1556ec4e65aedf573af4e7f3f79 /qa/pull-tester
parent872fee3fccc8b33b9af0a401b5f85ac5504b57eb (diff)
downloadbitcoin-17a073ae0692fe378827e3c4dae01294509e19e9.tar.xz
Add RPC test for -maxuploadtarget
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 7e682d530a..3059fee426 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -84,12 +84,13 @@ testScriptsExt = [
'keypool.py',
'receivedby.py',
# 'rpcbind_test.py', #temporary, bug in libevent, see #6655
-# 'script_test.py', #used for manual comparison of 2 binaries
+# 'script_test.py', #used for manual comparison of 2 binaries
'smartfees.py',
'maxblocksinflight.py',
'invalidblockrequest.py',
'p2p-acceptblock.py',
'mempool_packages.py',
+ 'maxuploadtarget.py',
]
#Enable ZMQ tests