From e525649a4e9f2578c41593b56f9af4b4b7719984 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Thu, 3 Jun 2010 10:34:34 -0400 Subject: Checksums on CTest submit files, and retry timed out submissions. --- Modules/DartConfiguration.tcl.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Modules/DartConfiguration.tcl.in') 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@ -- cgit v1.2.1