aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2015-11-30 15:42:27 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2015-12-02 08:36:05 +0100
commit110ff1142c5284edba8aab77fcac0bea0e551969 (patch)
treeea8f8c1dd86bcd0d5d5610ec5c1c0eb3e554e1c1 /qa/pull-tester
parent4077ad20d03f0ef61d48ef34b3107661b0ff8ffe (diff)
downloadbitcoin-110ff1142c5284edba8aab77fcac0bea0e551969.tar.xz
[Tests] Add mempool_limit.py test
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 df71e44b60..993646c505 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -83,6 +83,7 @@ testScripts = [
'rest.py',
'mempool_spendcoinbase.py',
'mempool_reorg.py',
+ 'mempool_limit.py',
'httpbasics.py',
'multi_rpc.py',
'zapwallettxes.py',