BUG: Fix the problem with update.xml.tmp not being coppied
This commit is contained in:
parent
c3c349109b
commit
5007cbce3b
@ -944,11 +944,6 @@ int cmCTestUpdateHandler::ProcessHandler()
|
|||||||
os << "</UpdateReturnStatus>" << std::endl;
|
os << "</UpdateReturnStatus>" << std::endl;
|
||||||
os << "</Update>" << std::endl;
|
os << "</Update>" << std::endl;
|
||||||
|
|
||||||
if ( ofs )
|
|
||||||
{
|
|
||||||
ofs.close();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (! res || retVal )
|
if (! res || retVal )
|
||||||
{
|
{
|
||||||
cmCTestLog(m_CTest, ERROR_MESSAGE, "Error(s) when updating the project" << std::endl);
|
cmCTestLog(m_CTest, ERROR_MESSAGE, "Error(s) when updating the project" << std::endl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user