Capture source line number in CTest log parser
This commit is contained in:
parent
d174d6618f
commit
f35d5bbf2b
2
lib/spack/external/ctest_log_parser.py
vendored
2
lib/spack/external/ctest_log_parser.py
vendored
@ -379,7 +379,7 @@ def compile(regex_array):
|
||||
for flm in file_line_matches:
|
||||
match = flm.search(line)
|
||||
if match:
|
||||
event.source_file, source_line_no = match.groups()
|
||||
event.source_file, event.source_line_no = match.groups()
|
||||
|
||||
return errors, warnings, timings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user