Merge topic 'doc-ctest-env-formatting'

a61e0994 Help: Fix formatting of env var refs in ctest.1 manual
This commit is contained in:
Brad King 2015-04-22 11:16:38 -04:00 committed by CMake Topic Stage
commit 5e98ba0cd8

View File

@ -48,7 +48,9 @@ Options
useful for debugging dashboard problems. useful for debugging dashboard problems.
``--output-on-failure`` ``--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`` ``-F``
Enable failover. Enable failover.
@ -62,7 +64,7 @@ Options
This option tells ctest to run the tests in parallel using given This option tells ctest to run the tests in parallel using given
number of jobs. This option can also be set by setting the number of jobs. This option can also be set by setting the
environment variable CTEST_PARALLEL_LEVEL. environment variable ``CTEST_PARALLEL_LEVEL``.
``-Q,--quiet`` ``-Q,--quiet``
Make ctest quiet. Make ctest quiet.