Skip to content

Commit

Permalink
Added a line to see if the change is reflected (Please remove later)
Browse files Browse the repository at this point in the history
Signed-off-by: Kamoltat Sirivadhna <[email protected]>
  • Loading branch information
kamoltat committed Sep 11, 2023
1 parent 9e879d0 commit ce2310b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teuthology/scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def _get_service_types(self, job):
for line in valgrind_err_line:
match = re.search("<kind>(.+)</kind> in .+/(.+)", line)
if not match:
log.warning("Testing to see if this change has effect")
log.warning("Misunderstood line: {0}".format(line))
continue
err_typ, log_basename = match.groups()
Expand Down

0 comments on commit ce2310b

Please sign in to comment.