diff options
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 6c1d3bd..75c2fa7 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -318,7 +318,8 @@ int cmCTest::Initialize(const char* binary_dir, bool new_tag, << " Build name: " << this->GetCTestConfiguration("BuildName") << std::endl); cmCTestLog(this, DEBUG, "Produce XML is on" << std::endl); - if ( this->GetCTestConfiguration("NightlyStartTime").empty() ) + if ( this->TestModel == cmCTest::NIGHTLY && + this->GetCTestConfiguration("NightlyStartTime").empty() ) { cmCTestLog(this, WARNING, "WARNING: No nightly start time found please set in" |