From 01c3c3dee6e49f0a73f37605820d98f51be68d1e Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 6 Aug 2007 17:09:47 -0400 Subject: ENH: change error to warning so ctesttest3 passes --- Source/cmCTest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index cb80401..84b23d1 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -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; -- cgit v0.12