SourceForge.net Logo
prevtopnext
izh_test
    Kinds of tests
        test_script - Sequence of simple test actions
set_environment - Assign value for system variable

The test command allows assigning value for an environment variable.

Full specification of the command looks like:
<set_environment>
  <name>name of environment variable</name>
  <value>value of environment variable to set to</value>
</set_environment>
Where:
nameName of the variable that should be assigned.
valueValue that should be assigned to the variable.

At the present all the tests except exec_check_directory are executed from a single process. So assigned variable will be assigned for all of the tests executed at the same process.


prevtopnext

SourceForge.net Logo