diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-10-07 06:03:12 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-10-07 06:03:36 (GMT) |
commit | fb2cdf4d4c0d3b20e5b2e925be0de30a196b7a47 (patch) | |
tree | 4ddd372704b71cb65a561b7da5e8d35255d86e7c /Help | |
parent | fd02538974dd952a8639d371c2c0067d30d5469a (diff) | |
download | CMake-fb2cdf4d4c0d3b20e5b2e925be0de30a196b7a47.zip CMake-fb2cdf4d4c0d3b20e5b2e925be0de30a196b7a47.tar.gz CMake-fb2cdf4d4c0d3b20e5b2e925be0de30a196b7a47.tar.bz2 |
Help: Use :envvar: links for env vars affecting ctest command
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/ctest.1.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 9553d15..72cfed2 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -55,8 +55,8 @@ Options ``--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``. + This option can also be enabled by setting the + :envvar:`CTEST_OUTPUT_ON_FAILURE` environment variable ``-F`` Enable failover. @@ -70,7 +70,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``. + :envvar:`CTEST_PARALLEL_LEVEL` environment variable. This option can be used with the :prop_test:`PROCESSORS` test property. @@ -867,7 +867,7 @@ Configuration settings include: * `CTest Script`_ variable: :variable:`CTEST_CONFIGURATION_TYPE` * :module:`CTest` module variable: ``DEFAULT_CTEST_CONFIGURATION_TYPE``, - initialized by the ``CMAKE_CONFIG_TYPE`` environment variable + initialized by the :envvar:`CMAKE_CONFIG_TYPE` environment variable ``LabelsForSubprojects`` Specify a semicolon-separated list of labels that will be treated as |