3 if [ x
$LTTNG_TOOLS_TESTS_DISABLE_WARN_LTTNG_PROCESSES == x1
]; then
11 lttng_processes
="$("$1" 'lttng|gen-ust-.+' -a | grep -v "$
(basename "$0")")"
14 pids
="$(cut -d ' ' -f 1 <<< "$lttng_processes" | tr '\n' ' ')"
16 echo -e "${color_warn}Warning: the following LTTng processes were detected running on the system:$color_reset"
18 echo "$lttng_processes"
20 echo -e "Here's how to kill them: ${color_bold}kill -9 $pids$color_reset"
21 echo -e "${color_warn}If you leave them alive, some tests could fail.$color_reset"
This page took 0.030983 seconds and 4 git commands to generate.