CTest: Detect Xcode error "Command ... failed with exit code"

This commit is contained in:
Alexandru Ciobanu 2012-03-08 18:32:12 -05:00 committed by Brad King
parent 36ce6e01f8
commit c7da50da52
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ static const char* cmCTestErrorMatches[] = {
": Invalid argument",
"^The project cannot be built\\.",
"^\\[ERROR\\]",
"^Command .* failed with exit code",
0
};