diff options
author | John Newbery <john@johnnewbery.com> | 2017-06-15 09:05:32 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-07-20 17:06:29 -0400 |
commit | 3707fcd94e6251384235d16faafc975853d49e3d (patch) | |
tree | d263486ad9bf1159feca3d10728fb03fc3793df1 /test/functional/test_runner.py | |
parent | 9508761ed69a30f4af24fbc9274176056431abfb (diff) |
[wallet] [tests] Add listwallets to multiwallet test
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 51577589fe..c158eaa34e 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -89,6 +89,7 @@ BASE_SCRIPTS= [ 'mempool_spendcoinbase.py', 'mempool_reorg.py', 'mempool_persist.py', + 'multiwallet.py', 'httpbasics.py', 'multi_rpc.py', 'proxy_test.py', |