aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2016-07-28 14:59:13 +0200
committerJonas Schnelli <[email protected]>2016-07-28 15:05:35 +0200
commit54af51d98d0b38f08c58dd589bff81883aee2854 (patch)
tree7afdeb33f1dc77ede4b298ba6ebfeb77ce83b80e /qa/pull-tester
parentMerge #8321: [trivial] Switched constants to sizeof() (diff)
downloaddiscoin-54af51d98d0b38f08c58dd589bff81883aee2854.tar.xz
discoin-54af51d98d0b38f08c58dd589bff81883aee2854.zip
[QA] Add walletdump RPC test (including HD- & encryption-tests)
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 11b83bac1..5900fa51e 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',