We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 230ed17 + ee20a3e commit c270702Copy full SHA for c270702
1 file changed
launchable/test_runners/bazel.py
@@ -86,7 +86,6 @@ def parse_func(report: str) -> ET.ElementTree:
86
if ts.findtext('system-out', '') == "" and ts.findtext('system-err', '') == "":
87
logfile = path.join(path.dirname(report), 'test.log')
88
if path.exists(logfile):
89
- print("Found {}".format(logfile))
90
for x in ts.findall('system-out'):
91
ts.remove(x)
92
with open(logfile, 'r', encoding='utf-8', errors='replace') as log_file:
0 commit comments