mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
cmCTestSubmitHandler: Open log file earlier
This commit is contained in:
@@ -715,6 +715,9 @@ int cmCTestSubmitHandler::ProcessHandler()
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmGeneratedFileStream ofs;
|
||||||
|
this->StartLogFile("Submit", ofs);
|
||||||
|
|
||||||
if (char const* proxy = getenv("HTTP_PROXY")) {
|
if (char const* proxy = getenv("HTTP_PROXY")) {
|
||||||
this->HTTPProxyType = 1;
|
this->HTTPProxyType = 1;
|
||||||
this->HTTPProxy = proxy;
|
this->HTTPProxy = proxy;
|
||||||
@@ -747,8 +750,6 @@ int cmCTestSubmitHandler::ProcessHandler()
|
|||||||
" Use HTTP Proxy: " << this->HTTPProxy << std::endl,
|
" Use HTTP Proxy: " << this->HTTPProxy << std::endl,
|
||||||
this->Quiet);
|
this->Quiet);
|
||||||
}
|
}
|
||||||
cmGeneratedFileStream ofs;
|
|
||||||
this->StartLogFile("Submit", ofs);
|
|
||||||
|
|
||||||
std::vector<std::string> files;
|
std::vector<std::string> files;
|
||||||
std::string prefix = this->GetSubmitResultsPrefix();
|
std::string prefix = this->GetSubmitResultsPrefix();
|
||||||
|
|||||||
Reference in New Issue
Block a user