Skip to content

Commit

Permalink
Merge pull request #7372
Browse files Browse the repository at this point in the history
facd288 [qa] wallet: Print maintenance (MarcoFalke)
  • Loading branch information
laanwj committed Jan 18, 2016
2 parents e2ed57e + facd288 commit 21376af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/rpc-tests/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.


from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *

Expand Down Expand Up @@ -265,6 +264,7 @@ def run_test (self):
'-salvagewallet',
]
for m in maintenance:
print "check " + m
stop_nodes(self.nodes)
wait_bitcoinds()
self.nodes = start_nodes(3, self.options.tmpdir, [[m]] * 3)
Expand Down

0 comments on commit 21376af

Please sign in to comment.