We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25da8f commit 794187fCopy full SHA for 794187f
git/test/lib/helper.py
@@ -97,8 +97,8 @@ def wrapper(self):
97
try:
98
return func(self, path)
99
except Exception:
100
- log.info.write("Test %s.%s failed, output is at %r\n",
101
- type(self).__name__, func.__name__, path)
+ log.info("Test %s.%s failed, output is at %r\n",
+ type(self).__name__, func.__name__, path)
102
keep = True
103
raise
104
finally:
0 commit comments