Capture source line number in CTest log parser
This commit is contained in:
		 Zack Galbreath
					Zack Galbreath
				
			
				
					committed by
					
						 Todd Gamblin
						Todd Gamblin
					
				
			
			
				
	
			
			
			 Todd Gamblin
						Todd Gamblin
					
				
			
						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: |         for flm in file_line_matches: | ||||||
|             match = flm.search(line) |             match = flm.search(line) | ||||||
|             if match: |             if match: | ||||||
|                 event.source_file, source_line_no = match.groups() |                 event.source_file, event.source_line_no = match.groups() | ||||||
|  |  | ||||||
|     return errors, warnings, timings |     return errors, warnings, timings | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user