aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-05-03 09:23:39 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-05-03 11:03:48 +0200
commit2a183de0ecb5401cc3bcf68a42c4f7387ccb460e (patch)
tree7ab3277d01f481072551058bde7c02ff6c4cadde /test/functional/test_runner.py
parentd3dce0eb67e8691745be6cf7e04b920f5e419bd9 (diff)
parenta750d77b950175115fcab528fa0d3a2e0ffab96d (diff)
downloadbitcoin-2a183de0ecb5401cc3bcf68a42c4f7387ccb460e.tar.xz
Merge #9966: Control mempool persistence using a command line parameter
a750d77 Add tests for mempool persistence (John Newbery) 91c91e1 Control mempool persistence using a command line parameter. (John Newbery) Tree-SHA512: 157d01cefd1903b8bfc5cbab42a3cc5e9c1094179bf4b64b3d34c0d4d9b976d593755bfea5c41c631cb758e1de17c6c2058c130d487d20560b7c0bafcddfa520
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 965fe9ad7f..467e1668d1 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -85,6 +85,7 @@ BASE_SCRIPTS= [
'rest.py',
'mempool_spendcoinbase.py',
'mempool_reorg.py',
+ 'mempool_persist.py',
'httpbasics.py',
'multi_rpc.py',
'proxy_test.py',