aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-07-06 10:36:46 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-07-07 22:19:35 +0200
commitfade505e8b0fa37e2d99bf94259250271a9604d4 (patch)
tree55af44014767755276287304aa145e45917ca19b /qa/pull-tester
parentfa9976b853dbd04334cd0b5a058b99aa0014e649 (diff)
downloadbitcoin-fade505e8b0fa37e2d99bf94259250271a9604d4.tar.xz
[qa] Add wallet-hd test
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 37979a933f..11b83bac14 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -106,6 +106,7 @@ testScripts = [
'walletbackup.py',
'bip68-112-113-p2p.py',
'wallet.py',
+ 'wallet-hd.py',
'listtransactions.py',
'receivedby.py',
'mempool_resurrect_test.py',