aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-06-15 09:05:32 -0400
committerJohn Newbery <john@johnnewbery.com>2017-07-20 17:06:29 -0400
commit3707fcd94e6251384235d16faafc975853d49e3d (patch)
treed263486ad9bf1159feca3d10728fb03fc3793df1 /test/functional/test_runner.py
parent9508761ed69a30f4af24fbc9274176056431abfb (diff)
downloadbitcoin-3707fcd94e6251384235d16faafc975853d49e3d.tar.xz
[wallet] [tests] Add listwallets to multiwallet test
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 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',