diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2010-03-01 16:00:23 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2010-03-01 16:06:28 (GMT) |
commit | 09e748c69a31e54ad4ceb16229f4caa987d61d3b (patch) | |
tree | a85c7c37878e56ffdd18a8346c94ad7f6d6a76a9 /Modules/DartConfiguration.tcl.in | |
parent | 370e5b942513abd93cbd2d486a0627ccb47267af (diff) | |
download | CMake-09e748c69a31e54ad4ceb16229f4caa987d61d3b.zip CMake-09e748c69a31e54ad4ceb16229f4caa987d61d3b.tar.gz CMake-09e748c69a31e54ad4ceb16229f4caa987d61d3b.tar.bz2 |
Configurable path to CTest cost data file
Allow the user to set the CMake variable CTEST_COST_DATA_FILE, which will be used to store the cost data from test runs. If not set, defaults to the original location in the build tree Testing/Temporary dir.
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index be2b691..8b51a93 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -7,6 +7,9 @@ SourceDirectory: @PROJECT_SOURCE_DIR@ BuildDirectory: @PROJECT_BINARY_DIR@ +# Where to place the cost data store +CostDataFile: @CTEST_COST_DATA_FILE@ + # Site is something like machine.domain, i.e. pragmatic.crd Site: @SITE@ @@ -26,6 +29,7 @@ DropMethod: @DROP_METHOD@ TriggerSite: @TRIGGER_SITE@ ScpCommand: @SCPCOMMAND@ + # Dashboard start time NightlyStartTime: @NIGHTLY_START_TIME@ |