diff --git a/test/functional/test_framework/coverage.py b/test/functional/test_framework/coverage.py index c0202e560..8101775ce 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): """