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
1 changed files with 2 additions and 2 deletions

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);
if ( this->GetCTestConfiguration("NightlyStartTime").empty() )
{
cmCTestLog(this, ERROR_MESSAGE,
"No nightly start time found please set in"
cmCTestLog(this, WARNING,
"WARNING: No nightly start time found please set in"
" CTestConfig.cmake or DartConfig.cmake" << std::endl);
cmCTestLog(this, DEBUG, "Here: " << __LINE__ << std::endl);
return 0;