aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-09-11 16:22:23 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2019-05-29 18:40:31 +0900
commit8f2e208f7c0468f9ba92bc789a698281b1c81284 (patch)
treea73f9ff3de91b5b4cb9424a11562177a9f39ded4 /test/functional/test_runner.py
parent0bdfbd34cf4015de87741ff549db35e5064f4e16 (diff)
downloadbitcoin-8f2e208f7c0468f9ba92bc789a698281b1c81284.tar.xz
test: add test for avoidreuse feature
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 80dced733e..098dbd647b 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -120,6 +120,7 @@ BASE_SCRIPTS = [
'rpc_misc.py',
'interface_rest.py',
'mempool_spend_coinbase.py',
+ 'wallet_avoidreuse.py',
'mempool_reorg.py',
'mempool_persist.py',
'wallet_multiwallet.py',