diff options
author | Brad King <brad.king@kitware.com> | 2023-01-17 14:17:52 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-17 14:18:04 (GMT) |
commit | dd18be5ebf6486486a272f47df3318d1db3a03cc (patch) | |
tree | abb3a3469eba5704c5a458c30f1485731f91028d /Help/manual | |
parent | 99c6e032d65b74281ca80079f71c28e171579e01 (diff) | |
parent | 0661de58d845f537d070979f9b49dd05800a141e (diff) | |
download | CMake-dd18be5ebf6486486a272f47df3318d1db3a03cc.zip CMake-dd18be5ebf6486486a272f47df3318d1db3a03cc.tar.gz CMake-dd18be5ebf6486486a272f47df3318d1db3a03cc.tar.bz2 |
Merge topic 'ctest-no-tests-action-env-var'
0661de58d8 ctest(1): Add CTEST_NO_TESTS_ACTION env var
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8044
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-env-variables.7.rst | 1 | ||||
-rw-r--r-- | Help/manual/ctest.1.rst | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake-env-variables.7.rst b/Help/manual/cmake-env-variables.7.rst index 50fcf75..4c29b80 100644 --- a/Help/manual/cmake-env-variables.7.rst +++ b/Help/manual/cmake-env-variables.7.rst @@ -92,6 +92,7 @@ Environment Variables for CTest /envvar/CMAKE_CONFIG_TYPE /envvar/CTEST_INTERACTIVE_DEBUG_MODE + /envvar/CTEST_NO_TESTS_ACTION /envvar/CTEST_OUTPUT_ON_FAILURE /envvar/CTEST_PARALLEL_LEVEL /envvar/CTEST_PROGRESS_OUTPUT diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 30a9eae..5e82faa 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -435,6 +435,11 @@ Run Tests unifies the behavior of CTest by either returning an error code if no tests were found or by ignoring it. + .. versionadded:: 3.26 + + This option can also be set by setting the :envvar:`CTEST_NO_TESTS_ACTION` + environment variable. + View Help ========= |