Merge "Find target keywords in the first 100 lines."
am: 61ddffc6af
Change-Id: I9f9bbb63670780f4dd9db3903ce16d38570078b6
This commit is contained in:
commit
4bf15225d4
|
@ -2427,7 +2427,7 @@ def parse_input_file(infile):
|
|||
if warning_pattern.match(line):
|
||||
line = normalize_warning_line(line)
|
||||
warning_lines.add(line)
|
||||
elif line_counter < 50:
|
||||
elif line_counter < 100:
|
||||
# save a little bit of time by only doing this for the first few lines
|
||||
line_counter += 1
|
||||
m = re.search('(?<=^PLATFORM_VERSION=).*', line)
|
||||
|
|
Loading…
Reference in New Issue