summaryrefslogtreecommitdiff
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-03 08:17:39 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-03 08:17:39 -0400
commitc7feef30e2655bbb433050bb32f11dd4b053f227 (patch)
tree7db626161cfe5d30cdeb4eb15049c564f2ff8690 /CTestConfig.cmake
parent4675aed76e045cd5aea55a6b15f0a3b80fccfe9f (diff)
downloadcmake-c7feef30e2655bbb433050bb32f11dd4b053f227.tar.gz
ENH: Promote submit into a full handler, add test and submit command and do some cleanups
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 602e08bb11..06226a7382 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -1,7 +1,7 @@
SET (CTEST_PROJECT_NAME "CMake")
SET (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
+SET (CTEST_DROP_METHOD "http")
SET (CTEST_DROP_SITE "public.kitware.com")
SET (CTEST_DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")
-SET (CTEST_TRIGGER_SITE
- "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.cgi")
+SET (CTEST_TRIGGER_SITE "http://${CTEST_DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.cgi")