mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
Fix walletbackup.py after directory restructuring
Also add walletbackup.py to rpc-tests.sh
This commit is contained in:
parent
c7c9af381c
commit
ee9a2e4271
2 changed files with 3 additions and 2 deletions
|
@ -31,6 +31,7 @@ testScripts=(
|
||||||
'proxy_test.py'
|
'proxy_test.py'
|
||||||
'merkle_blocks.py'
|
'merkle_blocks.py'
|
||||||
'signrawtransactions.py'
|
'signrawtransactions.py'
|
||||||
|
'walletbackup.py'
|
||||||
);
|
);
|
||||||
testScriptsExt=(
|
testScriptsExt=(
|
||||||
'bipdersig-p2p.py'
|
'bipdersig-p2p.py'
|
||||||
|
|
|
@ -33,8 +33,8 @@ Shutdown again, restore using importwallet,
|
||||||
and confirm again balances are correct.
|
and confirm again balances are correct.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from test_framework import BitcoinTestFramework
|
from test_framework.test_framework import BitcoinTestFramework
|
||||||
from util import *
|
from test_framework.util import *
|
||||||
from random import randint
|
from random import randint
|
||||||
import logging
|
import logging
|
||||||
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)
|
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)
|
||||||
|
|
Loading…
Add table
Reference in a new issue