sbsv2/raptor/python/plugins/filter_terminal.py
changeset 28 b8fa7dfeeaa1
parent 13 c327db0664bb
--- a/sbsv2/raptor/python/plugins/filter_terminal.py	Wed Aug 04 12:07:55 2010 +0100
+++ b/sbsv2/raptor/python/plugins/filter_terminal.py	Wed Oct 06 15:13:17 2010 +0100
@@ -154,7 +154,8 @@
 				"error:",
 				": ***",
 				"make: interrupt/exception caught (code =",
-				"make.exe: interrupt/exception caught (code ="
+				"make.exe: interrupt/exception caught (code =",
+				"command returned code"
 				])
 		# list of strings to catch make warnings (must be lowercase)
 		self.make_warning_expr = ["warning:"]