aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-07-08 09:57:46 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-07-08 09:58:08 +0200
commitbb2646aea0a8094eb89dfe859635e75794bbea54 (patch)
tree869ee13b02c1335ffa30c1e77ec0b9eb87d1a7ea /qa/pull-tester/rpc-tests.py
parent6ae20df823d17633c37160e3c23a8e252d57ffe4 (diff)
parentfade505e8b0fa37e2d99bf94259250271a9604d4 (diff)
downloadbitcoin-bb2646aea0a8094eb89dfe859635e75794bbea54.tar.xz
Merge #8309: [qa] Add wallet-hd test
fade505 [qa] Add wallet-hd test (MarcoFalke) fa9976b [qa] test_framework: Add wrapper for stop_node (MarcoFalke)
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-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',