summaryrefslogtreecommitdiff
path: root/Modules/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-06-03 10:34:34 -0400
committerZach Mullen <zach.mullen@kitware.com>2010-06-03 10:34:34 -0400
commite525649a4e9f2578c41593b56f9af4b4b7719984 (patch)
tree46092e3926a2ff9bee3a2038f495fc0992e8635f /Modules/DartConfiguration.tcl.in
parent7f619608d50cabee8718d78427d560531a3b1ea1 (diff)
downloadcmake-e525649a4e9f2578c41593b56f9af4b4b7719984.tar.gz
Checksums on CTest submit files, and retry timed out submissions.
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r--Modules/DartConfiguration.tcl.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 85b4138ba4..799ff79a00 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -83,3 +83,7 @@ CurlOptions: @CTEST_CURL_OPTIONS@
# warning, if you add new options here that have to do with submit,
# you have to update cmCTestSubmitCommand.cxx
+# For CTest submissions that timeout, these options
+# specify behavior for retrying the submission
+CTestRetryTime: @CTEST_SUBMIT_RETRY_DELAY@
+CTestRetryCount: @CTEST_SUBMIT_RETRY_COUNT@