diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-08-06 21:09:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-08-06 21:09:47 (GMT) |
commit | 01c3c3dee6e49f0a73f37605820d98f51be68d1e (patch) | |
tree | f4a8a7cc7d8c99f3cf5c3405c5369fcbfa78438e /Source/cmCTest.cxx | |
parent | 1d89334ac9f3b16b067e82d15e25016d7abe7c8a (diff) | |
download | CMake-01c3c3dee6e49f0a73f37605820d98f51be68d1e.zip CMake-01c3c3dee6e49f0a73f37605820d98f51be68d1e.tar.gz CMake-01c3c3dee6e49f0a73f37605820d98f51be68d1e.tar.bz2 |
ENH: change error to warning so ctesttest3 passes
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 4 |
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; |