Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure team-wide preferences.
    1. Configure team-wide preferences settings in the C/C++test GUI.
    2. Export the settings you configured in the GUI to a localsettings file.
    3. Add the exported settings to your team’s DTP.
  2. Configure C/C++test preferences on each desktop and server installation.
    1. Configure C/C++test to automatically detect the settings stored on DTP.
    2. Extend or override those settings as needed.
  3. Update team-wide preferences on DTP as needed. Changes will automatically be propagated to the connected C/C++test installations.

Configuring Team-wide

...

Preferences

To configure team-wide settings:

...

The following variables can be used in reports, e-mail, Team Server, and license settings. Note that the session tag value can't contain any ':' characters.

Info
iconfalse
titleUsing Variable Assist

For help specifying variables, you can use the variable assist feature, which automatically proposes possible variables when you type $. For example:

Image Modified

env_var
example: ${env_var:HOME}
Outputs the value of the environmental variable specified after the colon.

...