mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Adding some more error strings to better catch perl errors.
This commit is contained in:
parent
68a2313c7d
commit
32223f8a66
@ -27,11 +27,14 @@ sub has_error {
|
||||
local $_ = $_[0];
|
||||
/fatal error/ # Link error
|
||||
or /Error / # C error
|
||||
or /Link Error/ # Link error
|
||||
or /Error:/ # perl error
|
||||
or /\[checkout aborted\]/ # cvs error
|
||||
or /Couldn\'t find project file / # CW project error
|
||||
or /Can\'t create / # CW project error
|
||||
or /Can\'t open / # CW project error
|
||||
or /Can\'t find / # CW project error
|
||||
or /Died./ # perl death
|
||||
;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user