aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-07-28 14:59:13 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 02:43:47 +0000
commitf70be14f8fe4fd72f77d57d05c6c4d4f1e28b7f9 (patch)
tree431386ed4fb06ea13d11e3fb351d55043a73a7e9 /qa/pull-tester
parent1f21d161a590d5f0aaf77ea01cd9d80c33be0a54 (diff)
downloadbitcoin-f70be14f8fe4fd72f77d57d05c6c4d4f1e28b7f9.tar.xz
[QA] Add walletdump RPC test (including HD- & encryption-tests)
Github-Pull: #8417 Rebased-From: 54af51d98d0b38f08c58dd589bff81883aee2854
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 a99149e52a..05fee51790 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -107,6 +107,7 @@ testScripts = [
'bip68-112-113-p2p.py',
'wallet.py',
'wallet-hd.py',
+ 'wallet-dump.py',
'listtransactions.py',
'receivedby.py',
'mempool_resurrect_test.py',