aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-07-13 17:49:46 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2017-07-17 17:42:22 +0200
commit6b9faf747003995417d6a66fad64d2537c371092 (patch)
tree4871c18907e1130b69658be0357db02ac65cacec /test/functional/test_runner.py
parent979d0b8a6533de58b6352666d90fff33841db63d (diff)
downloadbitcoin-6b9faf747003995417d6a66fad64d2537c371092.tar.xz
[QA] add basic 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 b7bc6e841b..51577589fe 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -63,6 +63,7 @@ BASE_SCRIPTS= [
'segwit.py',
# vv Tests less than 2m vv
'wallet.py',
+ 'multiwallet.py',
'wallet-accounts.py',
'p2p-segwit.py',
'wallet-dump.py',