oops... Forgot the main step

This commit is contained in:
Andy Cedilnik 2003-03-05 17:08:33 -05:00
parent 66dfe6f83a
commit 32ad8ec43e

View File

@ -847,7 +847,8 @@ int cmCTest::ConfigureDirectory()
//std::cout << "End" << std::endl; //std::cout << "End" << std::endl;
os << "<Log>" << output << "</Log>" << std::endl; os << "<Log>" << output << "</Log>" << std::endl;
std::string end_time = ::CurrentTime(); std::string end_time = ::CurrentTime();
os << "\t<EndDateTime>" << end_time << "</EndDateTime>\n" os << "\t<ConfigureStatus>" << retVal << "</ConfigureStatus>\n"
<< "\t<EndDateTime>" << end_time << "</EndDateTime>\n"
<< "</Configure>\n" << "</Configure>\n"
<< "</Site>" << std::endl; << "</Site>" << std::endl;
} }