diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2017-08-07 15:49:41 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2017-08-12 04:42:45 +0100 |
commit | bdf607e43819a05f155c2cfedd1ecae093149594 (patch) | |
tree | 436be7f6220884bc62f2cb569b91a787fc973997 /test/functional/test_runner.py | |
parent | bf74d377fb8e20140da6eac1407414928384bcea (diff) |
test: Add resendwallettransactions functional tests
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 dfd3b89895..4623718fe7 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -118,6 +118,7 @@ BASE_SCRIPTS= [ 'bipdersig-p2p.py', 'bip65-cltv-p2p.py', 'uptime.py', + 'resendwallettransactions.py', ] EXTENDED_SCRIPTS = [ |