sbsv2/raptor/python/plugins/filter_terminal.py
changeset 28 b8fa7dfeeaa1
parent 13 c327db0664bb
equal deleted inserted replaced
27:3a31ca4b29c4 28:b8fa7dfeeaa1
   152 		# list of strings to catch make errors (must be lowercase)
   152 		# list of strings to catch make errors (must be lowercase)
   153 		self.make_error_expr = set([
   153 		self.make_error_expr = set([
   154 				"error:",
   154 				"error:",
   155 				": ***",
   155 				": ***",
   156 				"make: interrupt/exception caught (code =",
   156 				"make: interrupt/exception caught (code =",
   157 				"make.exe: interrupt/exception caught (code ="
   157 				"make.exe: interrupt/exception caught (code =",
       
   158 				"command returned code"
   158 				])
   159 				])
   159 		# list of strings to catch make warnings (must be lowercase)
   160 		# list of strings to catch make warnings (must be lowercase)
   160 		self.make_warning_expr = ["warning:"]
   161 		self.make_warning_expr = ["warning:"]
   161 
   162 
   162 		# list of strings to catch recipe warnings (must be lowercase)
   163 		# list of strings to catch recipe warnings (must be lowercase)