ENH: change error to warning so ctesttest3 passes

This commit is contained in:
Bill Hoffman 2007-08-06 17:09:47 -04:00
parent 1d89334ac9
commit 01c3c3dee6

View File

@ -320,8 +320,8 @@ int cmCTest::Initialize(const char* binary_dir, bool new_tag,
cmCTestLog(this, DEBUG, "Produce XML is on" << std::endl); cmCTestLog(this, DEBUG, "Produce XML is on" << std::endl);
if ( this->GetCTestConfiguration("NightlyStartTime").empty() ) if ( this->GetCTestConfiguration("NightlyStartTime").empty() )
{ {
cmCTestLog(this, ERROR_MESSAGE, cmCTestLog(this, WARNING,
"No nightly start time found please set in" "WARNING: No nightly start time found please set in"
" CTestConfig.cmake or DartConfig.cmake" << std::endl); " CTestConfig.cmake or DartConfig.cmake" << std::endl);
cmCTestLog(this, DEBUG, "Here: " << __LINE__ << std::endl); cmCTestLog(this, DEBUG, "Here: " << __LINE__ << std::endl);
return 0; return 0;