summaryrefslogtreecommitdiffstats
path: root/Help/prop_test/ENVIRONMENT.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify that ENVIRONMENT test properties take ;-separated listsBrad King2022-03-151-4/+4
| | | | | | | | Follow up commit 79f64cc773 (Help: ENVIRONMENT_MODIFICATION clarify only supports singular values, 2022-02-23) to specifically call out the list format. Issue: #23315
* Help/prop_test/ENVIRONMENT: clarify the scope of the changesBen Boeckel2021-07-081-2/+2
| | | | | | | The "restored" bit is an implementation detail as it could also be implemented by passing a crafted environment to `execve` or `CreateProcess` arguments. Instead, state that the environment changes only affects the test with the property set.
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-1/+1
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+9
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.