diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 16:24:07 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 16:24:14 +0100 |
commit | 21376af183ffd1a9b4a16610ec53e3d4d258dbc2 (patch) | |
tree | df495bafa507b934cc63a03972cf14283a933a5d /qa | |
parent | e2ed57e61e4471465bce37da6756028a974a9068 (diff) | |
parent | facd288c31c387bb3582c32f767a730ece6e408a (diff) |
Merge pull request #7372
facd288 [qa] wallet: Print maintenance (MarcoFalke)
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/rpc-tests/wallet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/wallet.py b/qa/rpc-tests/wallet.py index 2c0a009cae..43ba1d977a 100755 --- a/qa/rpc-tests/wallet.py +++ b/qa/rpc-tests/wallet.py @@ -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): '-salvagewallet', ] for m in maintenance: + print "check " + m stop_nodes(self.nodes) wait_bitcoinds() self.nodes = start_nodes(3, self.options.tmpdir, [[m]] * 3) |