diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-01-30 16:35:17 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-01-30 16:35:17 (GMT) |
commit | 49085f7fedfe467211129205349edaeb9b195a18 (patch) | |
tree | 3a5bdc8d6c50059d926e20ca7e1052b269cb3783 /Source/ctest.cxx | |
parent | b32f3b4131294b0d4d8895cecf3bb2df11ff434c (diff) | |
download | CMake-49085f7fedfe467211129205349edaeb9b195a18.zip CMake-49085f7fedfe467211129205349edaeb9b195a18.tar.gz CMake-49085f7fedfe467211129205349edaeb9b195a18.tar.bz2 |
BUG: fixes so that --build-and-test will honor timeouts
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 77d9fee..864ae26 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -148,7 +148,7 @@ static const cmDocumentationEntry cmDocumentationOptions[] = "complete. Other options that affect this mode are --build-target " "--build-nocmake, --build-run-dir, " "--build-two-config, --build-exe-dir, --build-project," - "--build-noclean, --build-options, --test-timeout"}, + "--build-noclean, --build-options"}, {"--build-target", "Specify a specific target to build.", "This option goes with the --build-and-test option, if left out the all " "target is built." }, @@ -168,7 +168,7 @@ static const cmDocumentationEntry cmDocumentationOptions[] = {"--test-command", "The test to run with the --build-and-test option.", "" }, - {"--test-timeout", "The time limit in seconds for --test-command.", "" + {"--test-timeout", "The time limit in seconds, internal use only.", "" }, {"--tomorrow-tag", "Nightly or experimental starts with next day tag.", "This is useful if the build will not finish in one day." }, |