Searched refs:error_re (Results 1 – 2 of 2) sorted by relevance
28 error_re = re.compile(48 elif error_re.match(line):49 line = Colorize(line, error_re, error_color)
1418 def WaitForLogMatch(self, success_re, error_re, clear=False, timeout=10): argument1451 if error_re:1452 error_match = error_re.search(line)