summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-08-06 21:09:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-08-06 21:09:47 (GMT)
commit01c3c3dee6e49f0a73f37605820d98f51be68d1e (patch)
treef4a8a7cc7d8c99f3cf5c3405c5369fcbfa78438e
parent1d89334ac9f3b16b067e82d15e25016d7abe7c8a (diff)
downloadCMake-01c3c3dee6e49f0a73f37605820d98f51be68d1e.zip
CMake-01c3c3dee6e49f0a73f37605820d98f51be68d1e.tar.gz
CMake-01c3c3dee6e49f0a73f37605820d98f51be68d1e.tar.bz2
ENH: change error to warning so ctesttest3 passes
-rw-r--r--Source/cmCTest.cxx4
1 files 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;