diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-22 14:06:42 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-22 14:06:50 +0100 |
commit | 97d83739db0631be5d4ba86af3616014652c00ec (patch) | |
tree | e1ccd984394a7daa55d8d2e73a7bf2fb1734b742 /qa/pull-tester | |
parent | a1c185be546bb566190b92d81fd9c79a32da8180 (diff) | |
parent | 7632cf689a9b959dd7a059b8b4a04761a4bc6e6a (diff) |
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')
-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 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', |