diff options
| author | Jonas Schnelli <[email protected]> | 2015-11-30 15:42:27 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-12-02 08:36:05 +0100 |
| commit | 110ff1142c5284edba8aab77fcac0bea0e551969 (patch) | |
| tree | ea8f8c1dd86bcd0d5d5610ec5c1c0eb3e554e1c1 /qa/pull-tester | |
| parent | Merge pull request #6898 (diff) | |
| download | archived-discoin-110ff1142c5284edba8aab77fcac0bea0e551969.tar.xz archived-discoin-110ff1142c5284edba8aab77fcac0bea0e551969.zip | |
[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 df71e44b6..993646c50 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', |