ENH: More error handling
This commit is contained in:
parent
b5fb13544d
commit
ccde6c47d8
|
@ -86,6 +86,8 @@ static const char* cmCTestErrorMatches[] = {
|
|||
"\\*\\*\\* Error code",
|
||||
"nternal error:",
|
||||
"Makefile:[0-9]+: \\*\\*\\* .* Stop\\.",
|
||||
": No such file or directory",
|
||||
": Invalid argument",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue