CTest: Detect Xcode error "Command ... failed with exit code"
This commit is contained in:
parent
36ce6e01f8
commit
c7da50da52
|
@ -94,6 +94,7 @@ static const char* cmCTestErrorMatches[] = {
|
|||
": Invalid argument",
|
||||
"^The project cannot be built\\.",
|
||||
"^\\[ERROR\\]",
|
||||
"^Command .* failed with exit code",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue