ENH: make sure english is used for output of gcov
This commit is contained in:
parent
a6b053ecb9
commit
ffbe61bb11
|
@ -706,6 +706,8 @@ int cmCTestCoverageHandler::HandleGCovCoverage(
|
||||||
" Processing coverage (each . represents one file):" << std::endl);
|
" Processing coverage (each . represents one file):" << std::endl);
|
||||||
cmCTestLog(this->CTest, HANDLER_OUTPUT, " ");
|
cmCTestLog(this->CTest, HANDLER_OUTPUT, " ");
|
||||||
int file_count = 0;
|
int file_count = 0;
|
||||||
|
// make sure output from gcov is in English!
|
||||||
|
cmSystemTools::PutEnv("LC_ALL=POSIX");
|
||||||
for ( it = files.begin(); it != files.end(); ++ it )
|
for ( it = files.begin(); it != files.end(); ++ it )
|
||||||
{
|
{
|
||||||
cmCTestLog(this->CTest, HANDLER_OUTPUT, "." << std::flush);
|
cmCTestLog(this->CTest, HANDLER_OUTPUT, "." << std::flush);
|
||||||
|
|
Loading…
Reference in New Issue