Skip to content

Commit c270702

Browse files
authored
Merge pull request #1221 from cloudbees-oss/verbose-bazel-output
[chore] Way too verbose
2 parents 230ed17 + ee20a3e commit c270702

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

launchable/test_runners/bazel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def parse_func(report: str) -> ET.ElementTree:
8686
if ts.findtext('system-out', '') == "" and ts.findtext('system-err', '') == "":
8787
logfile = path.join(path.dirname(report), 'test.log')
8888
if path.exists(logfile):
89-
print("Found {}".format(logfile))
9089
for x in ts.findall('system-out'):
9190
ts.remove(x)
9291
with open(logfile, 'r', encoding='utf-8', errors='replace') as log_file:

0 commit comments

Comments
 (0)