summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-03-17 21:53:16 (GMT)
committerlrknox <lrknox>2017-03-17 21:53:16 (GMT)
commit764bac98c268e9042680774e5f8823e3938551c0 (patch)
tree2e2be3012f76ada4df66d2316a7207601622a1b2 /CTestConfig.cmake
parent9187d41af616b6c8064ab0af5c85d4dd93cff50d (diff)
downloadhdf5-764bac98c268e9042680774e5f8823e3938551c0.zip
hdf5-764bac98c268e9042680774e5f8823e3938551c0.tar.gz
hdf5-764bac98c268e9042680774e5f8823e3938551c0.tar.bz2
CTestConfig.cmake:
Report results to HDF5110 in buildbot and CDash. testswmr.sh.in: Run swmr tests in their own subdirectory of test to avoid signal file deletion by other tests.
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 3f5f380..8efea80 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -10,10 +10,10 @@ set (CTEST_NIGHTLY_START_TIME "18:00:00 CST")
set (CTEST_DROP_METHOD "http")
if (CDASH_LOCAL)
set (CTEST_DROP_SITE "cdash-internal.hdfgroup.org")
- set (CTEST_DROP_LOCATION "/submit.php?project=HDF5Trunk")
+ set (CTEST_DROP_LOCATION "/submit.php?project=HDF5110")
else ()
set (CTEST_DROP_SITE "cdash.hdfgroup.org")
- set (CTEST_DROP_LOCATION "/submit.php?project=HDF5+Trunk")
+ set (CTEST_DROP_LOCATION "/submit.php?project=HDF5110")
endif ()
set (CTEST_DROP_SITE_CDASH TRUE)