mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
ENH: Return error if there is an ERROR_MESSAGE. Also fix tag for the test
This commit is contained in:
@@ -2083,6 +2083,7 @@ void cmCTest::Log(int logType, const char* file, int line, const char* msg)
|
||||
cmCTestLogOutputFileLine(std::cerr);
|
||||
std::cerr << msg;
|
||||
std::cerr.flush();
|
||||
cmSystemTools::SetErrorOccured();
|
||||
break;
|
||||
default:
|
||||
cmCTestLogOutputFileLine(std::cout);
|
||||
|
||||
Reference in New Issue
Block a user