fe1c2aa0ec8e4a1d67a818cfae791f6c54940e93
[babeltrace.git] / doc / man / common-common-env.txt
1 `BABELTRACE_EXEC_ON_ABORT`='CMDLINE'::
2 Execute the command line 'CMDLINE', as parsed like a UNIX~98 shell,
3 when any part of the Babeltrace~2 project unexpectedly aborts.
4 +
5 The application only aborts when the executed command returns, ignoring
6 its exit status.
7 +
8 This environment variable is ignored when the application has the
9 `setuid` or the `setgid` access right flag set.
10
11 `BABELTRACE_TERM_COLOR`=(`AUTO` | `NEVER` | `ALWAYS`)::
12 Force the terminal color support for the man:babeltrace2(1) program
13 and the project's plugins.
14 +
15 The available values are:
16 +
17 --
18 `AUTO`::
19 Only emit terminal color codes when the standard output and error
20 streams are connected to a color-capable terminal.
21
22 `NEVER`::
23 Never emit terminal color codes.
24
25 `ALWAYS`::
26 Always emit terminal color codes.
27 --
This page took 0.029199 seconds and 4 git commands to generate.