aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2017-12-20 18:37:34 -0500
committerJohn Newbery <john@johnnewbery.com>2018-01-08 17:35:27 -0500
commita14dbff39ea050b74b32bb0f4cbb59f4a9ad3865 (patch)
tree0f4d912177d33190aa651332da181790ee670184 /test/functional/test_runner.py
parentf6ade9ce1a679a026c84e5baa9f8595fa2be78a5 (diff)
downloadbitcoin-a14dbff39ea050b74b32bb0f4cbb59f4a9ad3865.tar.xz
Allow multiwallet.py to be used with --usecli
Add test coverage for bitcoin-cli multiwallet calls.
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 428a18be86..458c296d0d 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -92,6 +92,7 @@ BASE_SCRIPTS= [
'mempool_reorg.py',
'mempool_persist.py',
'multiwallet.py',
+ 'multiwallet.py --usecli',
'httpbasics.py',
'multi_rpc.py',
'proxy_test.py',