summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-11-14 16:37:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-11-14 16:37:41 (GMT)
commite448a4673b08e3533771283af4591f0bd7fd8b8f (patch)
treea4b556aae910277fd9b48640842a0d75ebb28286 /CTestConfig.cmake
parentd72085e200b18bdcd6a49a068d84329282fdd89a (diff)
downloadhdf5-e448a4673b08e3533771283af4591f0bd7fd8b8f.zip
hdf5-e448a4673b08e3533771283af4591f0bd7fd8b8f.tar.gz
hdf5-e448a4673b08e3533771283af4591f0bd7fd8b8f.tar.bz2
[svn-r21754] Change Nightly Start Time to match CDash and test kickoff time.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index a895aaa..c64153d 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -5,14 +5,13 @@
## ENABLE_TESTING()
## INCLUDE(CTest)
SET (CTEST_PROJECT_NAME "HDF5")
+SET (CTEST_NIGHTLY_START_TIME "18:00:00 CST")
SET (CTEST_DROP_METHOD "http")
IF (CDASH_LOCAL)
- SET (CTEST_NIGHTLY_START_TIME "20:00:00 CST")
SET (CTEST_DROP_SITE "nei.hdfgroup.uiuc.edu")
SET (CTEST_DROP_LOCATION "/cdash/submit.php?project=HDF5.1.8")
ELSE (CDASH_LOCAL)
- SET (CTEST_NIGHTLY_START_TIME "00:00:00 EST")
SET (CTEST_DROP_SITE "cdash.hdfgroup.uiuc.edu")
SET (CTEST_DROP_LOCATION "/submit.php?project=HDF518")
ENDIF (CDASH_LOCAL)