Browse Source

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.
0.16
Russell Yanofsky 7 years ago
parent
commit
505530c6cf
  1. 3
      test/functional/test_framework/coverage.py

3
test/functional/test_framework/coverage.py

@ -54,7 +54,8 @@ class AuthServiceProxyWrapper(object): @@ -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):
"""

Loading…
Cancel
Save