diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2015-05-27 10:00:15 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2015-05-27 10:00:15 -0400 |
commit | ee9a2e4271153344b70005558698c2a3902481c8 (patch) | |
tree | 23b115d49754525a713c0308c04c61f23170eaf5 /qa/pull-tester | |
parent | c7c9af381cacd76fa5190dad5a8a537eb3aa6b70 (diff) |
Fix walletbackup.py after directory restructuring
Also add walletbackup.py to rpc-tests.sh
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 8ed942643b..88772a9c32 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -31,6 +31,7 @@ testScripts=( 'proxy_test.py' 'merkle_blocks.py' 'signrawtransactions.py' + 'walletbackup.py' ); testScriptsExt=( 'bipdersig-p2p.py' |