bt_common_abort(): optionally execute a custom command before aborting
[babeltrace.git] / doc / man / common-common-env.txt
CommitLineData
59b3e31d
PP
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+
5The application only aborts when the executed command returns, ignoring
6its exit status.
7+
8This environment variable is ignored when the application has the
9`setuid` or the `setgid` access right flag set.
10
e70712b3
PP
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+
15The 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.026112 seconds and 4 git commands to generate.