diff options
author | Adam Jonas <jonas@chaincode.com> | 2019-01-31 14:45:27 -0500 |
---|---|---|
committer | Adam Jonas <jonas@chaincode.com> | 2019-02-26 15:08:36 -0500 |
commit | 2fa85ebd1c2d7579ea005300e9101fbb48805c2f (patch) | |
tree | 109c285901da6ac7b666bd80ecb6757c66601fda /test/functional/test_runner.py | |
parent | 4b6673d3826128a9f58fd5417aaf4c2f4169c6aa (diff) |
add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 5c92370b85..057fd175b7 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -112,6 +112,7 @@ BASE_SCRIPTS = [ 'wallet_txn_clone.py', 'wallet_txn_clone.py --segwit', 'rpc_getchaintips.py', + 'rpc_misc.py', 'interface_rest.py', 'mempool_spend_coinbase.py', 'mempool_reorg.py', |