[Cmake-commits] CMake branch, next, updated. v3.0.2-5674-g6d4d4cf
Brad King
brad.king at kitware.com
Wed Oct 8 09:59:29 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 6d4d4cf46cd2ed410ac1d434ba66d9f0a288e693 (commit)
via b8aa0cdf9bb8870a47161beb7ac913dab5619daa (commit)
from 90b68bb235ab387fd7c550de28e899f4ea953f47 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6d4d4cf46cd2ed410ac1d434ba66d9f0a288e693
commit 6d4d4cf46cd2ed410ac1d434ba66d9f0a288e693
Merge: 90b68bb b8aa0cd
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 8 09:59:28 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 8 09:59:28 2014 -0400
Merge topic 'doc-drop-dart' into next
b8aa0cdf Help: Replace 'Dart' with 'CDash' in ctest.1 manual
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b8aa0cdf9bb8870a47161beb7ac913dab5619daa
commit b8aa0cdf9bb8870a47161beb7ac913dab5619daa
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 8 09:56:30 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Oct 8 09:58:30 2014 -0400
Help: Replace 'Dart' with 'CDash' in ctest.1 manual
The modern dashboard server is CDash, not Dart, so update the manual
to talk about CTest as a CDash client. Also drop documentation for
a Dart2-specific option.
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 60d08dd..682f889 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -111,7 +111,7 @@ Options
``-D <dashboard>, --dashboard <dashboard>``
Execute dashboard test
- This option tells ctest to act as a Dart client and perform a
+ This option tells ctest to act as a CDash client and perform a
dashboard test. All tests are <Mode><Test>, where Mode can be
Experimental, Nightly, and Continuous, and Test can be Start,
Update, Configure, Build, Test, Coverage, and Submit.
@@ -127,14 +127,14 @@ Options
``-M <model>, --test-model <model>``
Sets the model for a dashboard
- This option tells ctest to act as a Dart client where the TestModel
+ This option tells ctest to act as a CDash client where the TestModel
can be Experimental, Nightly, and Continuous. Combining -M and -T
is similar to -D
``-T <action>, --test-action <action>``
Sets the dashboard action to perform
- This option tells ctest to act as a Dart client and perform some
+ This option tells ctest to act as a CDash client and perform some
action such as start, build, test etc. Combining -M and -T is
similar to -D
@@ -325,11 +325,8 @@ Options
used to detect implicit dependencies in a test suite.
``--submit-index``
- Submit individual dashboard tests with specific index
-
- This option allows performing the same CTest action (such as test)
- multiple times and submit all stages to the same dashboard (Dart2
- required). Each execution requires different index.
+ Legacy option for old Dart2 dashboard server feature.
+ Do not use.
``--timeout <seconds>``
Set a global timeout on all tests.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/ctest.1.rst | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list