aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-01-16 23:07:18 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-01-18 16:18:48 +0100
commitfacd288c31c387bb3582c32f767a730ece6e408a (patch)
tree8865926002198d92523533532640f0393ed2f62f /qa
parente4e77ee55d8a041ab9922879522856f5f7903c58 (diff)
downloadbitcoin-facd288c31c387bb3582c32f767a730ece6e408a.tar.xz
[qa] wallet: Print maintenance
Diffstat (limited to 'qa')
-rwxr-xr-xqa/rpc-tests/wallet.py2
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)