diff options
author | Ken Martin <ken.martin@kitware.com> | 2009-08-04 17:16:30 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2009-08-04 17:16:30 (GMT) |
commit | 39e0e04416e487e553dab5bcecb86466c937fb53 (patch) | |
tree | d0015d20a847795816f7a41461cf77dfaa317cbc /Source/cmTest.cxx | |
parent | 346a5b2d466a17a682dd0535afa24545613742ba (diff) | |
download | CMake-39e0e04416e487e553dab5bcecb86466c937fb53.zip CMake-39e0e04416e487e553dab5bcecb86466c937fb53.tar.gz CMake-39e0e04416e487e553dab5bcecb86466c937fb53.tar.bz2 |
ENH: change to CDASH
Diffstat (limited to 'Source/cmTest.cxx')
-rw-r--r-- | Source/cmTest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx index 052278e..5cf7598 100644 --- a/Source/cmTest.cxx +++ b/Source/cmTest.cxx @@ -121,8 +121,8 @@ void cmTest::DefineProperties(cmake *cm) cm->DefineProperty ("MEASUREMENT", cmProperty::TEST, - "Specify a DART measurement and value to be reported for a test.", - "If set to a name then that name will be reported to DART as a " + "Specify a CDASH measurement and value to be reported for a test.", + "If set to a name then that name will be reported to CDASH as a " "named measurement with a value of 1. You may also specify a value " "by setting MEASUREMENT to \"measurement=value\"."); @@ -139,7 +139,7 @@ void cmTest::DefineProperties(cmake *cm) "This property if set will limit a test to not take more than " "the specified number of seconds to run. If it exceeds that the " "test process will be killed and ctest will move to the next test. " - "This setting takes precedence over DART_TESTING_TIMEOUT and " + "This setting takes precedence over " "CTEST_TESTING_TIMEOUT."); cm->DefineProperty |