aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2017-10-04 03:03:07 -0400
committerMarcoFalke <falke.marco@gmail.com>2017-11-03 10:07:59 -0400
commit1036c43fe506e866419b2554c1279c97ec4a8003 (patch)
tree987b574ecc28ed871b25318b37c53bdb51beec22
parent2eea279fe663d9fcc8057db4d6b69bc0e549fee1 (diff)
downloadbitcoin-1036c43fe506e866419b2554c1279c97ec4a8003.tar.xz
Add missing multiwallet rpc calls to python coverage logs
This fixes a bug in coverage logging that's been around since the logging was introduced. Github-Pull: #11277 Rebased-From: 505530c6cffeab8dc1f75f54ae0dfdcdb55d370b
-rw-r--r--test/functional/test_framework/coverage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/test_framework/coverage.py b/test/functional/test_framework/coverage.py
index c0202e5609..8101775ce1 100644
--- a/test/functional/test_framework/coverage.py
+++ b/test/functional/test_framework/coverage.py
@@ -54,7 +54,8 @@ class AuthServiceProxyWrapper(object):
return return_val
def __truediv__(self, relative_uri):
- return AuthServiceProxyWrapper(self.auth_service_proxy_instance / relative_uri)
+ return AuthServiceProxyWrapper(self.auth_service_proxy_instance / relative_uri,
+ self.coverage_logfile)
def get_filename(dirname, n_node):
"""