From 8f2e208f7c0468f9ba92bc789a698281b1c81284 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Tue, 11 Sep 2018 16:22:23 +0900 Subject: test: add test for avoidreuse feature --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3