summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-03 19:07:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-03 19:07:06 (GMT)
commit18a787d396acd2979997284c3d9412d29eadd64e (patch)
tree34d8fae22434458872e107eca6c9446442dd3f57 /CTestConfig.cmake
parent4c38f3fdc7e47c387f84eb567efd82802a9ab0fb (diff)
downloadhdf5-18a787d396acd2979997284c3d9412d29eadd64e.zip
hdf5-18a787d396acd2979997284c3d9412d29eadd64e.tar.gz
hdf5-18a787d396acd2979997284c3d9412d29eadd64e.tar.bz2
[svn-r19721] Correct CDash project name
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 1ba41bd..f698b1e 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -4,12 +4,12 @@
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
-SET (CTEST_PROJECT_NAME "HDF5.1.8 Trunk")
+SET (CTEST_PROJECT_NAME "HDF5 Trunk")
SET (CTEST_NIGHTLY_START_TIME "20:00:00 CST")
SET (CTEST_DROP_METHOD "http")
SET (CTEST_DROP_SITE "nei.hdfgroup.uiuc.edu")
-SET (CTEST_DROP_LOCATION "/cdash/submit.php?project=HDF5.1.8 Trunk")
+SET (CTEST_DROP_LOCATION "/cdash/submit.php?project=HDF5+Trunk")
SET (CTEST_DROP_SITE_CDASH TRUE)
SET (UPDATE_TYPE svn)