mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Help: add release notes, documentation for CTEST_RUN_CURRENT_SCRIPT behavior
This commit is contained in:
parent
74092d92bf
commit
13347740e2
@ -513,6 +513,7 @@ Variables for CTest
|
||||
/variable/CTEST_P4_COMMAND
|
||||
/variable/CTEST_P4_OPTIONS
|
||||
/variable/CTEST_P4_UPDATE_OPTIONS
|
||||
/variable/CTEST_RUN_CURRENT_SCRIPT
|
||||
/variable/CTEST_SCP_COMMAND
|
||||
/variable/CTEST_SITE
|
||||
/variable/CTEST_SOURCE_DIRECTORY
|
||||
|
8
Help/release/dev/ctest_start_function_scope.rst
Normal file
8
Help/release/dev/ctest_start_function_scope.rst
Normal file
@ -0,0 +1,8 @@
|
||||
ctest_start_function_scope
|
||||
--------------------------
|
||||
|
||||
* The :command:`ctest_start` command no longer sets
|
||||
:variable:`CTEST_RUN_CURRENT_SCRIPT` due to issues with scoping if it is
|
||||
called from inside a function. Instead, it sets an internal variable in
|
||||
CTest. However, setting :variable:`CTEST_RUN_CURRENT_SCRIPT` to 0 at the
|
||||
global scope still prevents the script from being re-run at the end.
|
5
Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst
Normal file
5
Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst
Normal file
@ -0,0 +1,5 @@
|
||||
CTEST_RUN_CURRENT_SCRIPT
|
||||
------------------------
|
||||
|
||||
Setting this to 0 prevents :manual:`ctest(1)` from being run again when it
|
||||
reaches the end of a script run by calling ``ctest -S``.
|
Loading…
Reference in New Issue
Block a user