diff options
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 799ff79..cbb9a32 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -85,5 +85,5 @@ CurlOptions: @CTEST_CURL_OPTIONS@ # For CTest submissions that timeout, these options # specify behavior for retrying the submission -CTestRetryTime: @CTEST_SUBMIT_RETRY_DELAY@ -CTestRetryCount: @CTEST_SUBMIT_RETRY_COUNT@ +CTestSubmitRetryDelay: @CTEST_SUBMIT_RETRY_DELAY@ +CTestSubmitRetryCount: @CTEST_SUBMIT_RETRY_COUNT@ |