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