Browse Source

oops... Forgot the main step

Andy Cedilnik 23 years ago
parent
commit
32ad8ec43e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/cmCTest.cxx

+ 2 - 1
Source/cmCTest.cxx

@@ -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;
       }    
       }