diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-12-08 00:01:20 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-16 10:34:08 -0500 |
commit | d6475daa79810e332c3d2d1659e3d73250717219 (patch) | |
tree | 17ddbb9b7d8c0cf4dbaf7743ab9525eed9d9f871 /Modules/DartConfiguration.tcl.in | |
parent | 938f06fda69a0f4ef04b2ed43a945a3c901b9750 (diff) | |
download | cmake-d6475daa79810e332c3d2d1659e3d73250717219.tar.gz |
Modules/CTest: Set SubmitURL
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 24e7b55cd2..e4513b363d 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -20,12 +20,7 @@ BuildName: @BUILDNAME@ LabelsForSubprojects: @CTEST_LABELS_FOR_SUBPROJECTS@ # Submission information -DropSite: @DROP_SITE@ -DropLocation: @DROP_LOCATION@ -DropSiteUser: @DROP_SITE_USER@ -DropSitePassword: @DROP_SITE_PASSWORD@ -DropSiteMode: @DROP_SITE_MODE@ -DropMethod: @DROP_METHOD@ +SubmitURL: @SUBMIT_URL@ # Dashboard start time NightlyStartTime: @NIGHTLY_START_TIME@ |