[Cmake-commits] CMake branch, next, updated. v3.2.2-2032-ga9cca36
Brad King
brad.king at kitware.com
Wed Apr 22 08:39:28 EDT 2015
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 a9cca369d6a063f0e78fa6b34245479c88753869 (commit)
via a61e09948fb4d8387204d2cf39f0f1dee31d5d8d (commit)
from dbf05735115aae9a5cba878adc096cb09c8af8ad (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=a9cca369d6a063f0e78fa6b34245479c88753869
commit a9cca369d6a063f0e78fa6b34245479c88753869
Merge: dbf0573 a61e099
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 22 08:39:27 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 22 08:39:27 2015 -0400
Merge topic 'doc-ctest-env-formatting' into next
a61e0994 Help: Fix formatting of env var refs in ctest.1 manual
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a61e09948fb4d8387204d2cf39f0f1dee31d5d8d
commit a61e09948fb4d8387204d2cf39f0f1dee31d5d8d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 22 08:30:51 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 22 08:30:51 2015 -0400
Help: Fix formatting of env var refs in ctest.1 manual
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 584786f..d0ac28d 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -48,7 +48,9 @@ Options
useful for debugging dashboard problems.
``--output-on-failure``
- Output anything outputted by the test program if the test should fail. This option can also be enabled by setting the environment variable CTEST_OUTPUT_ON_FAILURE
+ Output anything outputted by the test program if the test should fail.
+ This option can also be enabled by setting the environment variable
+ ``CTEST_OUTPUT_ON_FAILURE``.
``-F``
Enable failover.
@@ -62,7 +64,7 @@ Options
This option tells ctest to run the tests in parallel using given
number of jobs. This option can also be set by setting the
- environment variable CTEST_PARALLEL_LEVEL.
+ environment variable ``CTEST_PARALLEL_LEVEL``.
``-Q,--quiet``
Make ctest quiet.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/ctest.1.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list