Skip to content
Snippets Groups Projects
Commit 4c757fa3 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Help/prop_test/ENVIRONMENT: clarify the scope of the changes

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.
parent 37360883
No related branches found
No related tags found
1 merge request!6299CTest: add an ENVIRONMENT_MODIFICATION property
......@@ -5,5 +5,5 @@ Specify environment variables that should be defined for running a test.
If set to a list of environment variables and values of the form
``MYVAR=value`` those environment variables will be defined while running
the test. The environment is restored to its previous state after the
test is done.
the test. The environment changes from this property do not affect other
tests.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment