ENH: More error regex
This commit is contained in:
parent
2a5fec6eda
commit
6179a0a455
|
@ -80,6 +80,7 @@ static const char* cmCTestErrorMatches[] = {
|
||||||
"make: Fatal error: ",
|
"make: Fatal error: ",
|
||||||
"ld: 0711-993 Error occurred while writing to the output file:",
|
"ld: 0711-993 Error occurred while writing to the output file:",
|
||||||
"ld: fatal: ",
|
"ld: fatal: ",
|
||||||
|
"final link failed:",
|
||||||
"make: \\*\\*\\*.*Error",
|
"make: \\*\\*\\*.*Error",
|
||||||
"\\*\\*\\* Error code",
|
"\\*\\*\\* Error code",
|
||||||
"nternal error:",
|
"nternal error:",
|
||||||
|
|
Loading…
Reference in New Issue