Browse Source

[qa] wallet: Print maintenance

0.13
MarcoFalke 9 years ago
parent
commit
facd288c31
  1. 2
      qa/rpc-tests/wallet.py

2
qa/rpc-tests/wallet.py

@ -3,7 +3,6 @@ @@ -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 *
@ -265,6 +264,7 @@ class WalletTest (BitcoinTestFramework): @@ -265,6 +264,7 @@ class WalletTest (BitcoinTestFramework):
'-salvagewallet',
]
for m in maintenance:
print "check " + m
stop_nodes(self.nodes)
wait_bitcoinds()
self.nodes = start_nodes(3, self.options.tmpdir, [[m]] * 3)

Loading…
Cancel
Save