diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-11-30 15:42:27 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-12-02 08:36:05 +0100 |
commit | 110ff1142c5284edba8aab77fcac0bea0e551969 (patch) | |
tree | ea8f8c1dd86bcd0d5d5610ec5c1c0eb3e554e1c1 /qa/pull-tester | |
parent | 4077ad20d03f0ef61d48ef34b3107661b0ff8ffe (diff) |
[Tests] Add mempool_limit.py test
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
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', |