aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-12-22 14:06:42 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-12-22 14:06:50 +0100
commit97d83739db0631be5d4ba86af3616014652c00ec (patch)
treee1ccd984394a7daa55d8d2e73a7bf2fb1734b742 /qa/pull-tester/rpc-tests.py
parenta1c185be546bb566190b92d81fd9c79a32da8180 (diff)
parent7632cf689a9b959dd7a059b8b4a04761a4bc6e6a (diff)
downloadbitcoin-97d83739db0631be5d4ba86af3616014652c00ec.tar.xz
Merge pull request #7153
7632cf6 [Tests] Refactor some shared functions (Jonas Schnelli) 110ff11 [Tests] Add mempool_limit.py test (Jonas Schnelli)
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-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 57b4233449..44d7d71759 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -85,6 +85,7 @@ testScripts = [
'rest.py',
'mempool_spendcoinbase.py',
'mempool_reorg.py',
+ 'mempool_limit.py',
'httpbasics.py',
'multi_rpc.py',
'zapwallettxes.py',