diff -r 3a31ca4b29c4 -r b8fa7dfeeaa1 sbsv2/raptor/python/plugins/filter_terminal.py --- 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:"]