aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-03-09 17:14:55 -0500
committerJohn Newbery <john@johnnewbery.com>2017-03-22 11:55:38 -0400
commita750d77b950175115fcab528fa0d3a2e0ffab96d (patch)
treeb3751225b8a243a6674822f97c8ffe1babe467e6 /test/functional/test_runner.py
parent91c91e140aeea291d95fb1028e7e4aa1e4381939 (diff)
downloadbitcoin-a750d77b950175115fcab528fa0d3a2e0ffab96d.tar.xz
Add tests for mempool persistence
Adds tests for mempool persistence as well as for the new -persistmempool command line parameter.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 12eb92028f..7ec9d552a1 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -59,6 +59,7 @@ BASE_SCRIPTS= [
'rest.py',
'mempool_spendcoinbase.py',
'mempool_reorg.py',
+ 'mempool_persist.py',
'httpbasics.py',
'multi_rpc.py',
'proxy_test.py',